kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

Add response.text to all assertions on request status code #111

Closed italovalcy closed 2 years ago

italovalcy commented 2 years ago

This PR adds more information to assertions on request/status_code: it adds the response.text. The response.text is quite useful because it may contains more information on why the result is different from what was expected.