Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test_pet.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ def test_find_by_status_200(status):
}

response = api_helpers.get_api_data(test_endpoint, params)
# TODO...
assert response.status_code == 200

'''
TODO: Finish this test by...
1) Testing and validating the appropriate 404 response for /pets/{pet_id}
2) Parameterizing the test for any edge cases
'''
def test_get_by_id_404():
# TODO...
pass
assert response.status_code == 404
pass