Skip to content

Commit

Permalink
fix: adding missing opportunity properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder committed Dec 17, 2024
1 parent a3436b2 commit dcc82ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sitemap/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ export async function convertToOpportunity(auditUrl, auditData, context) {
siteId: auditData.siteId,
auditId: auditData.id,
type: AUDIT_TYPE,
origin: 'AUTOMATION',
title: 'Sitemap issues found',
runbook: 'https://adobe.sharepoint.com/:w:/r/sites/aemsites-engineering/Shared%20Documents/3%20-%20Experience%20Success/SpaceCat/Runbooks/Experience_Success_Studio_Sitemap_Runbook.docx?d=w6e82533ac43841949e64d73d6809dff3&csf=1&web=1&e=GDaoxS',
guidance: {
Expand Down
1 change: 1 addition & 0 deletions test/audits/sitemap.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,7 @@ describe('Sitemap Audit', () => {
siteId: 'site-id',
auditId: 'audit-id',
type: 'sitemap',
origin: 'AUTOMATION',
title: 'Sitemap issues found',
runbook: 'https://adobe.sharepoint.com/:w:/r/sites/aemsites-engineering/Shared%20Documents/3%20-%20Experience%20Success/SpaceCat/Runbooks/Experience_Success_Studio_Sitemap_Runbook.docx?d=w6e82533ac43841949e64d73d6809dff3&csf=1&web=1&e=GDaoxS',
guidance: {
Expand Down

0 comments on commit dcc82ab

Please sign in to comment.