Remove env overwrites (Not needed anymore)
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m3s

This commit is contained in:
2026-04-05 12:33:01 +02:00
parent 71788140c0
commit ec418ca7c9

View File

@@ -3,9 +3,5 @@ import {environment, SDKConfig} from "../src/core/environment";
import {getClient} from "../src/core/http";
beforeEach(async () => {
environment.overwrite(<SDKConfig>{
apiUrl: "http://localhost:3000"
})
await getClient(false).post("v2/reset")
})