Practice 3 and 4
GET https://rickandmortyapi.com/api/location
Learning objectives
- Validate a response
- Include arbitrary messages to prepend to any failed assertions that might occur
Tasks
Inspect the Tests tab in the request and the Test Results tab in the response.
- Two of the assertions in the
Practice Exercise 3
test are currently failing. Update the tests under the Tests tab to validate the response so that all the tests pass. - Update six instances of
x
in thePractice Exercise 4
test to validate the response so that all the tests pass. Note the prepended messages