8000 Tests: Use releases.jquery.com as external host for AJAX testing · jquery/jquery@f21a6ea · GitHub
[go: up one dir, main page]

Skip to content

Commit f21a6ea

Browse files
authored
< DE46 /div>
Tests: Use releases.jquery.com as external host for AJAX testing
Previously, we used example.com. However, that one is rate-limited, causing us frequent unit test failures. Closes gh-5688
1 parent a848611 commit f21a6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/testinit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var parentUrl = window.location.protocol + "//" + window.location.host,
1919
];
2020

2121
// see RFC 2606
22-
this.externalHost = "example.com";
22+
this.externalHost = "releases.jquery.com";
2323
this.hasPHP = true;
2424
this.isLocal = window.location.protocol === "file:";
2525

0 commit comments

Comments
 (0)
0