diff test/test_mysql.py @ 5916:6b4857686365

revert code to try to debug issue2551025
author John Rouillard <rouilj@ieee.org>
date Sat, 12 Oct 2019 21:40:18 -0400
parents 8814d1d5cb4e
children 778a9f455067
line wrap: on
line diff
--- a/test/test_mysql.py	Sat Oct 12 21:17:38 2019 -0400
+++ b/test/test_mysql.py	Sat Oct 12 21:40:18 2019 -0400
@@ -35,8 +35,7 @@
         self.module.db_nuke(config)
 
     def tearDown(self):
-        if self.db:
-           self.db.close()
+        self.db.close()
         self.nuke_database()
 
     def nuke_database(self):

Roundup Issue Tracker: http://roundup-tracker.org/