test: adjust tests to config init changes

This commit is contained in:
Jovan Krunić
2022-02-09 21:28:18 +01:00
parent c9720dc104
commit 19b36c07b7
7 changed files with 61 additions and 45 deletions

View File

@@ -133,7 +133,6 @@ export class ConfigProvider {
this.scVersion,
this.config.backend.SCVersion,
);
this.logger.warn(loadError);
}
} catch (error) {
loadError = error;
@@ -154,7 +153,7 @@ export class ConfigProvider {
this.logger.warn(loadError);
}
if (typeof fetchError !== 'undefined') {
throw fetchError;
this.logger.warn(fetchError);
}
}