Skip to content

Commit

Permalink
Fix branding template body path parsing issue (#943)
Browse files Browse the repository at this point in the history
DXCDT-689: Fix branding template body path parsing issue
Issue The branding location changes is a breaking change #941
  • Loading branch information
kushalshit27 committed Sep 26, 2024
1 parent 72a6806 commit d5ab959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/context/yaml/branding.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ 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 d5ab959

Please sign in to comment.