Skip to content

Commit b5dd996

Browse files
committed
Fixed specConverter paths
1 parent 551e2d1 commit b5dd996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk-codegen/src/specConverter.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ const swagger = JSON.parse(swaggerFrag)
402402
const api = JSON.parse(openApiFrag)
403403

404404
const config = TestConfig()
405-
const swaggerFile = `${config.rootPath}/spec/Looker.4.0.json`
406-
const apiFile = `${config.rootPath}/spec/Looker.4.0.oas.json`
405+
const swaggerFile = `${config.rootPath}spec/Looker.4.0.json`
406+
const apiFile = `${config.rootPath}spec/Looker.4.0.oas.json`
407407
const swaggerSource = readFileSync(swaggerFile, 'utf-8')
408408
const fullSwagger = JSON.parse(swaggerSource)
409409
const apiSource = readFileSync(apiFile, 'utf-8')

0 commit comments

Comments
 (0)