tests: really fix results count in test_block_test_results (#88458)
gitea/wcs/pipeline/head This commit looks good Details

This commit is contained in:
Valentin Deniaud 2024-03-21 13:52:29 +01:00
parent 9c12c01712
commit a23457fdbf
1 changed files with 1 additions and 0 deletions

View File

@ -642,6 +642,7 @@ def test_block_field_statistics_data_update(pub):
def test_block_test_results(pub):
create_superuser(pub)
TestDef.wipe()
TestResult.wipe()
BlockDef.wipe()
block = BlockDef()