We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b96b85 commit 2a866d6Copy full SHA for 2a866d6
test/network.spec.js
@@ -259,7 +259,7 @@ describe('Network Events', function() {
259
if (MAC)
260
expect(failedRequests[0].failure().errorText).toBe('The network connection was lost.');
261
else if (WIN)
262
- expect(failedRequests[0].failure().errorText).toBe('Unsupported protocol');
+ expect(failedRequests[0].failure().errorText).toBe('Server returned nothing (no headers, no data)');
263
else
264
expect(failedRequests[0].failure().errorText).toBe('Message Corrupt');
265
} else {
0 commit comments