We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa20610 commit e174e47Copy full SHA for e174e47
tests/test_wave_07.py
@@ -117,7 +117,7 @@ def test_route_utilities_create_model_with_task_missing_title(client):
117
118
response = e.value.get_response()
119
assert response.status_code == 400
120
- assert response.get_json() == {"message": "Invalid request: missing title"}
+ assert response.get_json() == {"details": "Invalid data"}
121
122
123
@pytest.mark.skip(reason="No way to test this feature yet")
0 commit comments