File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/openapi-ts-tests/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ describe('index', () => {
534
534
await createClient ( {
535
535
dryRun : true ,
536
536
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' ,
538
538
output : './generated/v2-downloaded/' ,
539
539
plugins : [ '@hey-api/client-fetch' ] ,
540
540
} ) ;
@@ -544,7 +544,7 @@ describe('index', () => {
544
544
await createClient ( {
545
545
dryRun : true ,
546
546
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' ,
548
548
output : './generated/v3-downloaded/' ,
549
549
plugins : [ '@hey-api/client-fetch' ] ,
550
550
} ) ;
You can’t perform that action at this time.
0 commit comments