Fix tests

This commit is contained in:
Girish Ramakrishnan
2021-11-17 11:14:33 -08:00
parent a7fe7b0aa3
commit 515b1db9d0
6 changed files with 10 additions and 8 deletions

View File

@@ -165,7 +165,6 @@ async function databaseSetup() {
await settings._setApiServerOrigin(exports.mockApiServerOrigin);
await settings.setDashboardLocation(exports.dashboardDomain, exports.dashboardFqdn);
await settings.initCache();
await blobs.initSecrets();
}
async function domainSetup() {