From 5b554cf04e809d77026d7afba6f02a7599724377 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Fri, 23 Oct 2015 11:55:52 -0400 Subject: Tests: Use standard external domain name Ref 01c360f96390ff16edfe65ef3b34e167087ef645 (cherry picked from commit 36806891657b0a3b7c4a12d9698f2ebf552fd712) --- test/unit/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/ajax.js') 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 ); }, -- cgit v1.2.3