tests: make sure formdata are wiped before test from #35514

This commit is contained in:
Frédéric Péters 2019-08-21 18:20:39 +02:00
parent b6ce40c521
commit 0ba2a57e7e
1 changed files with 1 additions and 0 deletions

View File

@ -5182,6 +5182,7 @@ remote.example.net = 1234
assert formdef.data_class().select()[0].data['0_structured'] == data['data'][0]
# check with optional field
formdef.data_class().wipe()
formdef.fields[0].required = False
formdef.store()