Fix archivebox CI regressions

This commit is contained in:
Nick Sweeting
2026-03-24 15:36:23 -07:00
parent 68d9e30c5f
commit 80243accfd
3 changed files with 5 additions and 6 deletions

View File

@@ -184,7 +184,6 @@ def test_install_updates_binary_table(tmp_path, process):
).fetchone()[0]
conn.close()
assert sealed_crawls >= 1
assert sealed_crawls == 0
assert snapshot_count == 0
assert binary_counts.get("queued", 0) == 0
assert binary_counts.get("installed", 0) > 0