We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770b5a8 commit 62964ceCopy full SHA for 62964ce
tests/openapi2.test.js
@@ -10,7 +10,6 @@ const psc = require('../src/index');
10
11
test.before(() => {
12
psc.swaggerYamlPath = './tests/testObjects/openapi2.yaml';
13
- psc.basePath = '/api/server/v3'
14
psc.reportFile = 'report.json'
15
reporter.add(psc);
16
request.setBaseUrl('http://localhost:9393');
0 commit comments