Ensure the audit log table is cleared.
---
 backend/server/test/unit-test/rhnSQL/test_misc_functions.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/backend/server/test/unit-test/rhnSQL/test_misc_functions.py 
b/backend/server/test/unit-test/rhnSQL/test_misc_functions.py
index 40536bd..440bf29 100644
--- a/backend/server/test/unit-test/rhnSQL/test_misc_functions.py
+++ b/backend/server/test/unit-test/rhnSQL/test_misc_functions.py
@@ -36,6 +36,7 @@ class Tests(unittest.TestCase):
             password = DB_SETTINGS["password"],
             database = DB_SETTINGS["database"]
         )
+        rhnSQL.clear_log_id()
 
     def tearDown(self):
         # Roll back any unsaved data
-- 
1.8.4

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to