Skip to content

Commit 97e883b

Browse files
committed
Fix unit tests
1 parent a850fb0 commit 97e883b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/web-discovery-project/tests/unit/web-discovery-project-test.es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ export default describeModule(
524524

525525
it("should accept pages with a long URL, but a short canonical URL", function () {
526526
const longUrl =
527-
"https://example.test/this/is/a/very/long/url/with/ids/like/123456789012345678";
527+
"https://example.test/this/is/very/long/url?foo=foo&bar=bar&baz=baz&qux=qux";
528528
assumeFailsUrlChecks(longUrl);
529529

530530
const shortUrl = "https://example.test/short-link";

0 commit comments

Comments
 (0)