diff --git a/tests/test_main.py b/tests/test_main.py index cb0e0b4..30c4b79 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -408,6 +408,6 @@ def test_status_submitted(): "/status", data={"api_key": DEMO_API_KEY, "submission_id": DEMO_SUBMISSION_ID} ) - # THEN the response should contain the provided actions + # THEN the response should contain the provided status assert response.status_code == 200 assert response.json()["actions"][0]["status"] == "submitted"