Tests: Use standard external domain name

Ref 01c360f963
This commit is contained in:
Richard Gibson 2015-10-23 11:55:52 -04:00
parent 0a6e1c4b19
commit 3680689165

View File

@ -1609,7 +1609,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 );
},