Skip to content

Commit

Permalink
fix: log message in backlink fixes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder committed Aug 7, 2024
1 parent 47f62d8 commit 8600161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/support/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ describe('enhanceBacklinksWithFixes', () => {

await enhanceBacklinksWithFixes(siteId, brokenBacklinks, sitemapUrls, config);

expect(log.info.calledOnce).to.be.true;
expect(log.info.calledWith('Lambda function testStatisticsService invoked successfully.')).to.be.true;
});

Expand Down

0 comments on commit 8600161

Please sign in to comment.