Skip to content

Commit 2a866d6

Browse files
committed
test(network): rebaseline request failed test on win
1 parent 2b96b85 commit 2a866d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/network.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ describe('Network Events', function() {
259259
if (MAC)
260260
expect(failedRequests[0].failure().errorText).toBe('The network connection was lost.');
261261
else if (WIN)
262-
expect(failedRequests[0].failure().errorText).toBe('Unsupported protocol');
262+
expect(failedRequests[0].failure().errorText).toBe('Server returned nothing (no headers, no data)');
263263
else
264264
expect(failedRequests[0].failure().errorText).toBe('Message Corrupt');
265265
} else {

0 commit comments

Comments
 (0)