Skip to content

Commit 3c68ee3

Browse files
fix test
1 parent 28a5501 commit 3c68ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tasks/demo-url-processor/demo-url-processor.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('Demo URL Processor', () => {
5252
siteId: 'test-site-id',
5353
organizationId: 'test-org-id',
5454
taskContext: {
55-
siteUrl: 'https://example.com',
55+
experienceUrl: 'https://example.com',
5656
slackContext: 'test-slack-context',
5757
},
5858
};
@@ -73,7 +73,7 @@ describe('Demo URL Processor', () => {
7373
expect(context.log.info.calledWith('Processing demo url for site:', {
7474
taskType: 'demo-url-processor',
7575
siteId: 'test-site-id',
76-
siteUrl: 'https://example.com',
76+
experienceUrl: 'https://example.com',
7777
organizationId: 'test-org-id',
7878
})).to.be.true;
7979
const expectedDemoUrl = 'https://example.com?organizationId=test-org-id#/@aem-sites-engineering/sites-optimizer/sites/test-site-id/home';

0 commit comments

Comments
 (0)