Skip to content

Commit de164f1

Browse files
address curl integration test failures
1 parent c4948de commit de164f1

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import tseslint from "typescript-eslint";
66
export default tseslint.config(
77
eslint.configs.recommended,
88
...tseslint.configs.recommended,
9-
{ignores: ["**/.venv/", "**/es-client/", "tests/wasm"]},
9+
{ignores: ["**/.venv/", "**/es-client/", "**/templates.js", "tests/wasm"]},
1010
{languageOptions: {globals: {require: true}}},
1111
);

tests/integration/skip.ts

+3-9
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ const skip: Record<string, SkippedTest> = {
9292
reason: "endpoint URL is not in the spec",
9393
formats: ["python"],
9494
},
95-
"67b71a95b6fe6c83faae51ea038a1bf1": {
96-
reason: "endpoint URL is not in the spec",
97-
},
9895
"50096ee0ca53fe8a88450ebb2a50f285": {
9996
reason: "example references a non-existant `delimiter` query attribute",
10097
formats: ["python"],
@@ -205,9 +202,6 @@ const skip: Record<string, SkippedTest> = {
205202
"6539a04aac4d43e6ce4a769fe8cdf2d8": {
206203
reason: "example uses unknown URL",
207204
},
208-
"615dc36f0978c676624fb7d1144b4899": {
209-
reason: "example uses unknown URL",
210-
},
211205
af91019991bee136df5460e2fd4ac72a: {
212206
reason: "example uses unknown `lazy` query attribute",
213207
formats: ["python"],
@@ -232,9 +226,6 @@ const skip: Record<string, SkippedTest> = {
232226
"2d633b7f346b828d01f923ce9dbf6ad5": {
233227
reason: "invalid request syntax",
234228
},
235-
"174b93c323aa8e9cc8ee2a3df5736810": {
236-
reason: "example uses unknown URL",
237-
},
238229
"61a528b86d38c2f17a172326edf6b53b": {
239230
reason: "example uses unknown URL",
240231
},
@@ -385,6 +376,9 @@ const skip: Record<string, SkippedTest> = {
385376
reason: "test uses unknown `remote_indices` attribute",
386377
formats: ["python", "javascript"],
387378
},
379+
"31bc93e429ad0de11dd2dd231e8f2c5e": {
380+
reason: "example uses unknown URL",
381+
},
388382
};
389383

390384
export function shouldBeSkipped(

0 commit comments

Comments
 (0)