tests: clean blocks before test_removed_block_in_form_fields_list (#88452)
gitea/wcs/pipeline/head There was a failure building this commit Details

This commit is contained in:
Frédéric Péters 2024-03-24 19:36:28 +01:00
parent a0128d2c5d
commit cb4031e969
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@ def test_blocks_category(pub):
def test_removed_block_in_form_fields_list(pub):
create_superuser(pub)
BlockDef.wipe()
FormDef.wipe()
formdef = FormDef()
formdef.name = 'form title'