mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
test: adjust tests to config init changes
This commit is contained in:
@@ -69,9 +69,9 @@ export class DaiaDataProvider {
|
||||
async getAvailability(id: string): Promise<SCDaiaHoldings[] | undefined> {
|
||||
if (typeof this.daiaServiceUrl === 'undefined') {
|
||||
try {
|
||||
const features = (await this.configProvider.getValue(
|
||||
const features = this.configProvider.getValue(
|
||||
'features',
|
||||
)) as SCFeatureConfiguration;
|
||||
) as SCFeatureConfiguration;
|
||||
if (features.extern?.daia?.url) {
|
||||
this.daiaServiceUrl = features.extern?.daia?.url;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user