Remove env overwrites (Not needed anymore)
Some checks failed
Setup testing environment and test the code / build (push) Failing after 54s
Some checks failed
Setup testing environment and test the code / build (push) Failing after 54s
This commit is contained in:
@@ -11,7 +11,6 @@ const PICTURE_SERVICE_TESTING_USER_ID = "000000000000000000000000"
|
||||
const PICTURE_SERVICE_TESTING_IMAGE_ID = "111111111111111111111111"
|
||||
|
||||
describe("PictureService Integration Test", () => {
|
||||
environment.overwrite(<SDKConfig>{apiUrl: "http://localhost:3000", cdnUrl: "http://localhost:4000"})
|
||||
const service = new PictureService(
|
||||
PICTURE_SERVICE_TESTING_TOKEN,
|
||||
PICTURE_SERVICE_TESTING_USER_ID,
|
||||
|
||||
Reference in New Issue
Block a user