Skip to content

Commit a4ac920

Browse files
juliandescottesmoz-wptsync-bot
authored andcommitted
[wdspec] Update invalid url for bidi fetchError tests
Using https://not_a_valid_url might cause delays on windows because it will attempt to use mDNS or DNS suffixes. Using a fully qualified URL avoids the additional delay. Differential Revision: https://phabricator.services.mozilla.com/D199508 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1873880 gecko-commit: 830d3304af3d78f547220a46c767f2a8cd3e4aa9 gecko-reviewers: webdriver-reviewers, Sasha
1 parent d5da7bd commit a4ac920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver/tests/bidi/network/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def assert_response_event(
309309
PAGE_EMPTY_SCRIPT = "/webdriver/tests/bidi/network/support/empty.js"
310310
PAGE_EMPTY_SVG = "/webdriver/tests/bidi/network/support/empty.svg"
311311
PAGE_EMPTY_TEXT = "/webdriver/tests/bidi/network/support/empty.txt"
312-
PAGE_INVALID_URL = "https://not_a_valid_url/"
312+
PAGE_INVALID_URL = "https://not_a_valid_url.test/"
313313
PAGE_OTHER_TEXT = "/webdriver/tests/bidi/network/support/other.txt"
314314
PAGE_REDIRECT_HTTP_EQUIV = (
315315
"/webdriver/tests/bidi/network/support/redirect_http_equiv.html"

0 commit comments

Comments
 (0)