Skip to content

Commit 2a7be20

Browse files
committed
Remove retryCount which is no longer a part of response
1 parent f90c24a commit 2a7be20

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

extensions/ql-vscode/test/unit-tests/variant-analysis/custom-errors.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ function mockRequestError(status: number, body: any): RequestError {
156156
"Content-Type": "application/json",
157157
},
158158
data: body,
159-
retryCount: 0,
160159
},
161160
},
162161
);

extensions/ql-vscode/test/vscode-tests/activated-extension/variant-analysis/variant-analysis-monitor.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ describe("Variant Analysis Monitor", () => {
325325
headers: {},
326326
url: "",
327327
data: {},
328-
retryCount: 0,
329328
},
330329
}),
331330
);

extensions/ql-vscode/test/vscode-tests/no-workspace/databases/github-databases/api.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ describe("listDatabases", () => {
119119
headers: {},
120120
url: "",
121121
data: {},
122-
retryCount: 0,
123122
},
124123
}),
125124
);
@@ -146,7 +145,6 @@ describe("listDatabases", () => {
146145
headers: {},
147146
url: "",
148147
data: {},
149-
retryCount: 0,
150148
},
151149
}),
152150
);
@@ -195,7 +193,6 @@ describe("listDatabases", () => {
195193
headers: {},
196194
url: "",
197195
data: {},
198-
retryCount: 0,
199196
},
200197
}),
201198
);
@@ -229,7 +226,6 @@ describe("listDatabases", () => {
229226
headers: {},
230227
url: "",
231228
data: {},
232-
retryCount: 0,
233229
},
234230
}),
235231
);
@@ -266,7 +262,6 @@ describe("listDatabases", () => {
266262
headers: {},
267263
url: "",
268264
data: {},
269-
retryCount: 0,
270265
},
271266
}),
272267
);
@@ -293,7 +288,6 @@ describe("listDatabases", () => {
293288
headers: {},
294289
url: "",
295290
data: {},
296-
retryCount: 0,
297291
},
298292
}),
299293
);

0 commit comments

Comments
 (0)