Open crizo23 opened 4 years ago
This line confused me for quite a while: "You may set the body of a POST request as the second parameter of mock.post()". What this should say is: "you may set the mocked RESPONSE as the second parameter of mock.post()"
This line confused me for quite a while: "You may set the body of a POST request as the second parameter of mock.post()". What this should say is: "you may set the mocked RESPONSE as the second parameter of mock.post()"