-
-
Notifications
You must be signed in to change notification settings - Fork 754
Closed
Description
What is the expected behavior?
Nock should return a response with a status code equal to 500.
What is the actual behavior?
Nock: No match for request is returned.
Possible solution
How to reproduce the issue
nock('http://example.com').put('/foo', {foo: 'bar'}).reply(500, 'Server Unavailable').log(console.log)Note: Nock will actually log that it matches the request but the final result is that it doesn't match the request.
Does the bug have a test case?
Versions
| Software | Version(s) |
|---|---|
| Nock | 10.0.6 |
| Node | 10.15.3 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels