oz123 před 10 roky
rodič
revize
a72b2b193e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pwman/tests/test_postgresql.py

+ 1 - 1
pwman/tests/test_postgresql.py

@@ -120,7 +120,7 @@ class TestPostGresql(unittest.TestCase):
 
         dburi = "postgresql://tester:123456@localhost/pwman"
         v = self.db.check_db_version(dburi)
-        self.assertEqual(v, ('0.6',))
+        self.assertEqual(v, '0.6')
         self.db._cur.execute("DROP TABLE DBVERSION")
         self.db._con.commit()
         v = self.db.check_db_version(dburi)