diff --git a/tests/integration/server-routes/tests/index.test.ts b/tests/integration/server-routes/tests/index.test.ts index 99567524e78a..d324e5cb8cac 100644 --- a/tests/integration/server-routes/tests/index.test.ts +++ b/tests/integration/server-routes/tests/index.test.ts @@ -37,13 +37,6 @@ describe('test basic usage', () => { expect(aStatus).toBe(successStatus); }); - test(`should inject server data correctly`, async () => { - const response = await axios.get(`http://localhost:${appPort}/main/abc`); - - const body = response.data; - expect(body).toMatch(/abc/); - }); - test('should inject server data safety', async () => { const response = await axios.get( `http://localhost:${appPort}/main/dlwlrma<%2fscript%20x>alert(1)%2f%2f`,