Skip to content

Commit 5b554cf

Browse files
committed
Tests: Use standard external domain name
Ref 01c360f (cherry picked from commit 3680689)
1 parent 47ccf3d commit 5b554cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ QUnit.module( "ajax", {
17731773
assert.strictEqual( status, "error", "proper status" );
17741774
}
17751775
}, {
1776-
url: "http://domain.org:80d",
1776+
url: "http://" + externalHost + ":80q",
17771777
done: function( data ) {
17781778
assert.ok( false, "done: " + data );
17791779
},

0 commit comments

Comments
 (0)