Skip to content

Commit

Permalink
CXCDS-14100: fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
johannathalmann-SAP committed Jan 31, 2025
1 parent 5c70730 commit f41dccc
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ import { I18nConfig, provideConfig } from "@spartacus/core";
cds: {
tenant: 'my-tenant',
baseUrl: 'my-base-url.com',
endpoints: {
strategyProducts: '/strategy/${tenant}/strategies/${strategyId}/products',
searchIntelligence:
'/search-intelligence/v1/sites/${cdsSiteId}/trendingSearches',
},
merchandising: {
defaultCarouselViewportThreshold: 80,
},
Expand All @@ -34,6 +39,7 @@ import { I18nConfig, provideConfig } from "@spartacus/core";
configUrl:
'profile-tag-config-url.com',
allowInsecureCookies: true,
sciEnabled: false
},
},
})
Expand Down Expand Up @@ -64,6 +70,11 @@ import { I18nConfig, provideConfig } from "@spartacus/core";
cds: {
tenant: 'my-tenant',
baseUrl: 'my-base-url.com',
endpoints: {
strategyProducts: '/strategy/${tenant}/strategies/${strategyId}/products',
searchIntelligence:
'/search-intelligence/v1/sites/${cdsSiteId}/trendingSearches',
},
merchandising: {
defaultCarouselViewportThreshold: 80,
},
Expand All @@ -77,6 +88,7 @@ import { I18nConfig, provideConfig } from "@spartacus/core";
configUrl:
'PROFILE_TAG_CONFIG_URL_PLACEHOLDER',
allowInsecureCookies: true,
sciEnabled: false
},
},
})
Expand Down

0 comments on commit f41dccc

Please sign in to comment.