1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

fix broken blockedInteractionsUris state contruction (#12813)

This commit is contained in:
Jonathan Prusik
2025-01-13 09:01:16 -05:00
committed by GitHub
parent 22f4822efc
commit fb4d7e8f05
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ describe("DefaultDomainSettingsService", () => {
jest.spyOn(domainSettingsService, "getUrlEquivalentDomains");
domainSettingsService.equivalentDomains$ = of(mockEquivalentDomains);
domainSettingsService.blockedInteractionsUris$ = of(null);
domainSettingsService.blockedInteractionsUris$ = of({});
});
describe("getUrlEquivalentDomains", () => {