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 551e2d1 commit b5dd996Copy full SHA for b5dd996
packages/sdk-codegen/src/specConverter.spec.ts
@@ -402,8 +402,8 @@ const swagger = JSON.parse(swaggerFrag)
402
const api = JSON.parse(openApiFrag)
403
404
const config = TestConfig()
405
-const swaggerFile = `${config.rootPath}/spec/Looker.4.0.json`
406
-const apiFile = `${config.rootPath}/spec/Looker.4.0.oas.json`
+const swaggerFile = `${config.rootPath}spec/Looker.4.0.json`
+const apiFile = `${config.rootPath}spec/Looker.4.0.oas.json`
407
const swaggerSource = readFileSync(swaggerFile, 'utf-8')
408
const fullSwagger = JSON.parse(swaggerSource)
409
const apiSource = readFileSync(apiFile, 'utf-8')
0 commit comments