Skip to content

Commit a5146d7

Browse files
committed
chore: fix path
1 parent 52085ec commit a5146d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-packages/e2e-tests/openapi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function mockTestEntity(schema) {
2424

2525
async function createApi() {
2626
const api = new OpenAPIBackend({
27-
definition: '../../test-resources/openapi-service-specs/test-service.json'
27+
definition: '../../test-resources/openapi-service-specs/specifications/test-service.json'
2828
});
2929

3030
const schema = await getSchemas();

0 commit comments

Comments
 (0)