Skip to content

Commit 3680689

Browse files
committed
Tests: Use standard external domain name
Ref 01c360f
1 parent 0a6e1c4 commit 3680689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ QUnit.module( "ajax", {
16091609
assert.strictEqual( status, "error", "proper status" );
16101610
}
16111611
}, {
1612-
url: "http://domain.org:80d",
1612+
url: "http://" + externalHost + ":80q",
16131613
done: function( data ) {
16141614
assert.ok( false, "done: " + data );
16151615
},

0 commit comments

Comments
 (0)