1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Test fix.

This commit is contained in:
mike12345567 2023-03-29 18:18:37 +01:00
parent 26aeac357d
commit f40da2dc49

View file

@ -23,6 +23,7 @@ describe("/api/system/environment", () => {
disableAccountPortal: 0,
isDev: false,
multiTenancy: true,
baseUrl: "http://localhost:10000",
})
})
})