Compare commits

..

1 Commits

Author SHA1 Message Date
Valentin Deniaud 0dcf417268 workflow_tests: apply global action timeout trigger on skip time (#88404)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-27 10:48:48 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ def test_workflow_tests_global_action_timeout(pub):
testdef.run(formdef)
assert str(excinfo.value) == 'Form should be in status "End status" but is in status "New status".'
anonymise_action = new_status.add_action('anonymise')
new_status.add_action('anonymise')
workflow.store()
formdef.refresh_from_storage()