tests: make sure all formdata are wiped in global timeout test (#33643)

This commit is contained in:
Frédéric Péters 2019-07-03 15:58:47 +02:00
parent 234cd7999e
commit a79a53d437
1 changed files with 1 additions and 0 deletions

View File

@ -3050,6 +3050,7 @@ def test_global_timeouts(two_pubs):
formdef.fields = []
formdef.workflow_id = workflow.id
formdef.store()
formdef.data_class().wipe()
formdata1 = formdef.data_class()()
formdata1.just_created()