diff --git a/tests/src/testWaitForUrl.js b/tests/src/testWaitForUrl.js index 1e6f7e0..a65af80 100644 --- a/tests/src/testWaitForUrl.js +++ b/tests/src/testWaitForUrl.js @@ -18,7 +18,7 @@ module.exports = { testFailure: function(test) { var client = this.client.api; client.waitForUrl('http://localhost2/', 600, 0, function callback(result) { - test.equal(result, 'http://localhost/'); + test.equal(result, false); test.done(); }); },