Skip to content

Commit

Permalink
update status message in test
Browse files Browse the repository at this point in the history
  • Loading branch information
leahh committed Oct 3, 2024
1 parent fd06484 commit 2285fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beeflow/tests/test_wf_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_cancel_workflow(client, mocker, setup_teardown_workflow, temp_db):

request = {'wf_id': WF_ID, 'option': 'cancel'}
resp = client().delete(f'/bee_wfm/v1/jobs/{WF_ID}', json=request)
assert resp.json['status'] == 'Cancelled'
assert resp.json['status'] == 'Cancelled and Archived'
assert resp.status_code == 202


Expand Down

0 comments on commit 2285fff

Please sign in to comment.