Skip to content

Commit

Permalink
Update branding template path. (#939)
Browse files Browse the repository at this point in the history
* DXCDT-689 update branding template path on export/import to make it consistent

* DXCDT-689 branding test case update
  • Loading branch information
kushalshit27 committed Sep 26, 2024
1 parent 1bb4781 commit 72a6806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/context/yaml/branding.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ describe('#YAML context branding templates', () => {

const config = { AUTH0_INPUT_FILE: yamlFile, AUTH0_KEYWORD_REPLACE_MAPPINGS: { foo: 'bar' } };
const context = new Context(config, mockMgmtClient());
context.basePath = baseDir;
await context.loadAssetsFromLocal();
expect(context.assets.branding).to.deep.equal({
colors: {
Expand Down

0 comments on commit 72a6806

Please sign in to comment.