tests: make sure to wipe formdatas before live select content test (#27997)

This commit is contained in:
Frédéric Péters 2018-11-15 09:08:01 +01:00
parent edc28522f1
commit 3b3103087d
1 changed files with 1 additions and 0 deletions

View File

@ -5485,6 +5485,7 @@ def test_field_live_select_content(pub, http_requests):
}),
]
formdef.store()
formdef.data_class().wipe()
app = get_app(pub)
resp = app.get('/foo/')