Compare commits

..

1 Commits

Author SHA1 Message Date
Pierre Ducroquet 6b0108f527 dump more test data for debug
gitea/wcs/pipeline/head There was a failure building this commit Details
2024-04-22 13:18:02 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -1189,9 +1189,9 @@ def test_search_tokens_purge(pub):
_, cur = sql.get_connection_and_cursor()
# purge garbage from other tests
FormDef.wipe()
sql.purge_obsolete_search_tokens()
FormDef.wipe()
cur.execute('SELECT count(*) FROM wcs_search_tokens;')
start = cur.fetchone()[0]