Skip to content

Commit 0716d5d

Browse files
fix(cases-analytics-v2): drop unused supertest in analytics_v2_off integration test
Triggers tsc error TS6133 'supertest is declared but its value is never read'. The test only exercises supertestWithoutAuth + es; the supertest binding was a scaffold leftover. No behavior change. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d3e017e commit 0716d5d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

x-pack/platform/test/cases_api_integration/spaces_only/tests/trial/analytics_v2_off.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import {
3030
* "deployments not using v2 are untouched" promise.
3131
*/
3232
export default ({ getService }: FtrProviderContext): void => {
33-
const supertest = getService('supertest');
3433
const supertestWithoutAuth = getService('supertestWithoutAuth');
3534
const es = getService('es');
3635
const auth = getAuthWithSuperUser();

0 commit comments

Comments
 (0)