Skip to content

Commit aa20610

Browse files
Update tests/test_wave_07.py
Co-authored-by: Kelsey Steven <97124999+kelsey-steven-ada@users.noreply.github.com>
1 parent 67f7300 commit aa20610

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_wave_07.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ def test_route_utilities_validate_model_with_task_invalid_id(client, three_tasks
3535
# Test that the correct status code and response message are returned
3636
response = e.value.get_response()
3737
assert response.status_code == 400
38-
assert response.get_json() == {"message": "Task One invalid"}
38+
39+
raise Exception("Complete test with an assertion about the response body")
40+
# *****************************************************************************
41+
# ** Complete test with an assertion about the response body ****************
42+
# *****************************************************************************
3943

4044
@pytest.mark.skip(reason="No way to test this feature yet")
4145
def test_route_utilities_validate_model_with_task_missing_id(client, three_tasks):

0 commit comments

Comments
 (0)