diff --git a/tests/vitest.setup.integration.ts b/tests/vitest.setup.integration.ts index 0721575..96e5172 100644 --- a/tests/vitest.setup.integration.ts +++ b/tests/vitest.setup.integration.ts @@ -3,9 +3,5 @@ import {environment, SDKConfig} from "../src/core/environment"; import {getClient} from "../src/core/http"; beforeEach(async () => { - environment.overwrite({ - apiUrl: "http://localhost:3000" - }) - await getClient(false).post("v2/reset") })