You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/31 21:40:45 UTC

[incubator-ponymail-foal] branch master updated: Check the log is empty

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b756ae  Check the log is empty
1b756ae is described below

commit 1b756ae491cfa7474823488e7f22f363b2002652
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jan 31 21:36:56 2022 +0000

    Check the log is empty
---
 test/itest_integration.py | 2 ++
 1 file changed, 2 insertions(+)

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 @@ def test_setup():
         )
     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)