Skip to content

Commit 9c37507

Browse files
committed
Fix test
1 parent b0b216f commit 9c37507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archivist/extract/exposedFilters.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('exposedFilters', () => {
107107
it('ignores elements with invalid URLs', () => {
108108
removeQueryParams(webPageDOM, ['utm_source']);
109109

110-
expect(link.href).to.equal('ht^tp://example.com?utm_source=test');
110+
expect(link.href).to.equal('ht^THIS_IS_WRONG^tp://example.com?utm_source=test');
111111
});
112112
});
113113

0 commit comments

Comments
 (0)