Skip to content

Commit

Permalink
Update app/tests/api/api_v1/test_test_run_executions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute authored Oct 23, 2024
1 parent 52c1d05 commit 37daaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/api/api_v1/test_test_run_executions.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ async def test_test_run_execution_start_no_pics(
f"{settings.API_V1_STR}/test_run_executions/{test_run_execution.id}/start",
)

# Assert 200 OK and that test run data is returned
# Assert 422 UNPROCESSABLE_ENTITY and a detail error message
assert response.status_code == HTTPStatus.UNPROCESSABLE_ENTITY
content = response.json()
assert isinstance(content, dict)
Expand Down

0 comments on commit 37daaa1

Please sign in to comment.