There was an error while loading. Please reload this page.
1 parent 323b794 commit c7faff5Copy full SHA for c7faff5
test/test.transporters.js
@@ -51,7 +51,7 @@ describe('Transporters', function() {
51
};
52
nock('http://example.com')
53
.get('/api')
54
- .reply(200, {
+ .reply(400, {
55
error: {
56
code: 500,
57
errors: [ firstError, secondError ]
0 commit comments