Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinja committed Nov 12, 2024
1 parent e7007e9 commit 1723535
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/audits/internal-links.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ describe('Broken internal links audit', () => {
});
expect(result).to.deep.equal({
auditResult: {
internalLinks: AUDIT_RESULT_DATA,
brokenInternalLinks: AUDIT_RESULT_DATA,
fullAuditRef: auditUrl,
finalUrl: auditUrl,
auditContext: {
interval: 30,
},
Expand Down

0 comments on commit 1723535

Please sign in to comment.