Remove env overwrites (Not needed anymore)
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m3s
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m3s
This commit is contained in:
@@ -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")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user