Check the log is empty
diff --git a/test/itest_integration.py b/test/itest_integration.py
index 702ed1f..0b0465f 100644
--- a/test/itest_integration.py
+++ b/test/itest_integration.py
@@ -145,6 +145,8 @@
         )
     assert res.status_code == 200
 
+    check_auditlog_count(0, admin_cookies) # double-check that the log is empty
+
 def test_lists():
     jzon = requests.get(f"{API_BASE}/preferences").json()
     # print(jzon)