diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2015-10-23 11:55:52 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2015-10-23 11:56:29 -0400 |
commit | 5b554cf04e809d77026d7afba6f02a7599724377 (patch) | |
tree | 2c80fafdf375361fc7789153651533c5a0113081 | |
parent | 47ccf3daadc4b312f850502300129952e70f9d9d (diff) | |
download | jquery-5b554cf04e809d77026d7afba6f02a7599724377.tar.gz jquery-5b554cf04e809d77026d7afba6f02a7599724377.zip |
Tests: Use standard external domain name
Ref 01c360f96390ff16edfe65ef3b34e167087ef645
(cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712)
-rw-r--r-- | test/unit/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ajax.js b/test/unit/ajax.js index d39b86a0f..ba11c90ee 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -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 ); }, |