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

This commit is contained in:
2026-04-05 12:25:54 +02:00
parent 431b33a2b9
commit afedc9debc
3 changed files with 0 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ describe("FileUploadService Integration Testing", () => {
const FILE_UPL_SERVICE_TESTING_CHAT_ID = "000000000000000000000000"
const FILE_UPL_SERVICE_TESTING_TOKEN = "testingToken"
environment.overwrite(<SDKConfig>{apiUrl: "http://localhost:3000", cdnUrl: "http://localhost:4000"})
it('should upload all files', async () => {
const response = await axios.get("https://picsum.photos/500", {
responseType: 'blob'

View File

@@ -18,7 +18,6 @@ const NETWORK_SERVICE_TESTING_INVITE_ID = "444444444444444444444444"
const NETWORK_SERVICE_TESTING_TOKEN = "testingToken"
describe("NetworkService Integration Testing", () => {
environment.overwrite(<SDKConfig>{apiUrl: "http://localhost:3000"})
const service = new NetworkService(
NETWORK_SERVICE_TESTING_USER_ID,
NETWORK_SERVICE_TESTING_TOKEN,

View File

@@ -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,