Skip to content

Commit c7faff5

Browse files
committed
Updating test to not have 200 status code for error response.
1 parent 323b794 commit c7faff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.transporters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('Transporters', function() {
5151
};
5252
nock('http://example.com')
5353
.get('/api')
54-
.reply(200, {
54+
.reply(400, {
5555
error: {
5656
code: 500,
5757
errors: [ firstError, secondError ]

0 commit comments

Comments
 (0)