We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da779b5 commit 46559eaCopy full SHA for 46559ea
test/test_cgi.py
@@ -455,6 +455,7 @@ def testPasswordMigration(self):
455
pw = self.db.user.get(chef, 'password')
456
self.assertEqual(pw, 'foo')
457
self.assertEqual(pw, pw1)
458
+ cl.db.close()
459
460
def testPasswordConfigOption(self):
461
chef = self.db.user.lookup('Chef')
@@ -469,6 +470,7 @@ def testPasswordConfigOption(self):
469
470
471
self.assertEqual('PBKDF2', pw.scheme)
472
self.assertEqual(1000, password.pbkdf2_unpack(pw.password)[0])
473
474
475
#
476
# Boolean
0 commit comments