Skip to content

Commit 1a34c06

Browse files
committed
test: fix remote url paths
1 parent 5476f55 commit 1a34c06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/openapi-ts-tests/test/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ describe('index', () => {
534534
await createClient({
535535
dryRun: true,
536536
input:
537-
'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts/test/spec/v2.json',
537+
'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/test/spec/v2.json',
538538
output: './generated/v2-downloaded/',
539539
plugins: ['@hey-api/client-fetch'],
540540
});
@@ -544,7 +544,7 @@ describe('index', () => {
544544
await createClient({
545545
dryRun: true,
546546
input:
547-
'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts/test/spec/v3.json',
547+
'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/test/spec/v3.json',
548548
output: './generated/v3-downloaded/',
549549
plugins: ['@hey-api/client-fetch'],
550550
});

0 commit comments

Comments
 (0)