Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leelaprasadv committed Sep 17, 2023
1 parent 770b5a8 commit 62964ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/openapi2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const psc = require('../src/index');

test.before(() => {
psc.swaggerYamlPath = './tests/testObjects/openapi2.yaml';
psc.basePath = '/api/server/v3'
psc.reportFile = 'report.json'
reporter.add(psc);
request.setBaseUrl('http://localhost:9393');
Expand Down

0 comments on commit 62964ce

Please sign in to comment.