Skip to content

Commit 4e370c6

Browse files
committed
Fix urls
1 parent 3f0607e commit 4e370c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/openapi-typescript/test/node-api.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ export type operations = Record<string, never>;`,
5858
[
5959
"input > string > URL",
6060
{
61-
given: "https://raw.githubusercontent.com/Redocly/redocly-cli/main/__tests__/lint/oas3.1/openapi.yaml",
61+
given: "https://raw.githubusercontent.com/Redocly/redocly-cli/main/tests/e2e/lint/oas3.1/openapi.yaml",
6262
want: new URL("simple-example.ts", EXAMPLES_DIR),
6363
// options: DEFAULT_OPTIONS,
6464
},
6565
],
6666
[
6767
"input > URL > remote",
6868
{
69-
given: new URL("https://raw.githubusercontent.com/Redocly/redocly-cli/main/__tests__/lint/oas3.1/openapi.yaml"),
69+
given: new URL("https://raw.githubusercontent.com/Redocly/redocly-cli/main/tests/e2e/lint/oas3.1/openapi.yaml"),
7070
want: new URL("simple-example.ts", EXAMPLES_DIR),
7171
// options: DEFAULT_OPTIONS,
7272
},

0 commit comments

Comments
 (0)