Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
soundofspace committed Jan 9, 2025
1 parent 83d5b59 commit a0a104a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agent/main/test/mitm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ function createCallResultsWithoutNonApplicableCalls() {
return mocks.MitmRequestContext.create.mock.results.filter(
result =>
// Favicon might or might not be called depending on OS, version and url
!result.value.url.href.includes('favicon'),
!result.value.url.href.includes('favicon') ||
!result.value.url.href.includes('heroInternalUrl'),
);
}

Expand Down

0 comments on commit a0a104a

Please sign in to comment.