Tests: Use standard external domain name

Ref 01c360f963

(cherry picked from commit 3680689165)
This commit is contained in:
Richard Gibson 2015-10-23 11:55:52 -04:00
parent 47ccf3daad
commit 5b554cf04e

View File

@ -1773,7 +1773,7 @@ QUnit.module( "ajax", {
assert.strictEqual( status, "error", "proper status" );
}
}, {
url: "http://domain.org:80d",
url: "http://" + externalHost + ":80q",
done: function( data ) {
assert.ok( false, "done: " + data );
},