Compare commits

..

1 Commits

Author SHA1 Message Date
Valentin Deniaud db6d96ca9b admin: run workflow tests on workflow changes (#88753)
gitea/wcs/pipeline/head There was a failure building this commit Details
2024-03-27 15:40:23 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ def test_workflows_delete_status_reassign(pub, name):
resp = resp.follow()
assert formdefs[-1].data_class().get(formdata2.id).status == 'wf-%s' % wf_bar.id
assert AfterJob.count() == 3 # status change + rebuild_security + tests
assert AfterJob.count() == 3 # status change + rebuild_security + 2 tests
resp = resp.click('Back')
assert resp.request.path == f'/backoffice/workflows/{workflow.id}/'