mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
assertTrue to assertEqual
This commit is contained in:
@@ -60,7 +60,7 @@ class DvsniPerformTest(util.ApacheTest):
|
||||
|
||||
def test_perform0(self):
|
||||
resp = self.sni.perform()
|
||||
self.assertTrue(len(resp) == 0)
|
||||
self.assertEqual(len(resp), 0)
|
||||
|
||||
def test_setup_challenge_cert(self):
|
||||
# This is a helper function that can be used for handling
|
||||
|
||||
Reference in New Issue
Block a user