f7632439 by Alex Rubin

Minor url change

1 parent 95f3c361
...@@ -1119,7 +1119,7 @@ asyncTest('handles xhr timeouts correctly', function (assert) { ...@@ -1119,7 +1119,7 @@ asyncTest('handles xhr timeouts correctly', function (assert) {
1119 start(); 1119 start();
1120 }, 10 * 1000); 1120 }, 10 * 1000);
1121 videojs.Hls.xhr({ 1121 videojs.Hls.xhr({
1122 url: 'http://google.com:81', 1122 url: 'http://example.com',
1123 timeout: 1 1123 timeout: 1
1124 }, function(error) { 1124 }, function(error) {
1125 assert.strictEqual(error, 'timeout', 'called with timeout error'); 1125 assert.strictEqual(error, 'timeout', 'called with timeout error');
......