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 265a0a4 commit 89a5430Copy full SHA for 89a5430
src/backend/tests/test_app.py
@@ -83,6 +83,5 @@ def test_input_task_empty_description():
83
assert response.status_code == 422
84
assert "detail" in response.json() # Assert error message for missing description
85
86
-
87
if __name__ == "__main__":
88
pytest.main()
0 commit comments