Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Apr 26, 2024
1 parent 8ec2a32 commit 3e39ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3e39ac5

Please sign in to comment.