mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Tests: Use standard external domain name
Ref01c360f963
(cherry picked from commit3680689165
)
This commit is contained in:
parent
47ccf3daad
commit
5b554cf04e
@ -1773,7 +1773,7 @@ QUnit.module( "ajax", {
|
|||||||
assert.strictEqual( status, "error", "proper status" );
|
assert.strictEqual( status, "error", "proper status" );
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
url: "http://domain.org:80d",
|
url: "http://" + externalHost + ":80q",
|
||||||
done: function( data ) {
|
done: function( data ) {
|
||||||
assert.ok( false, "done: " + data );
|
assert.ok( false, "done: " + data );
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user