Skip to content

Commit e174e47

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_wave_07.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_route_utilities_create_model_with_task_missing_title(client):
117117

118118
response = e.value.get_response()
119119
assert response.status_code == 400
120-
assert response.get_json() == {"message": "Invalid request: missing title"}
120+
assert response.get_json() == {"details": "Invalid data"}
121121

122122

123123
@pytest.mark.skip(reason="No way to test this feature yet")

0 commit comments

Comments
 (0)