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 52085ec commit a5146d7Copy full SHA for a5146d7
test-packages/e2e-tests/openapi.js
@@ -24,7 +24,7 @@ function mockTestEntity(schema) {
24
25
async function createApi() {
26
const api = new OpenAPIBackend({
27
- definition: '../../test-resources/openapi-service-specs/test-service.json'
+ definition: '../../test-resources/openapi-service-specs/specifications/test-service.json'
28
});
29
30
const schema = await getSchemas();
0 commit comments