Minor url change
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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'); | ... | ... |
-
Please register or sign in to post a comment