mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
assertTrue to assertEqual
This commit is contained in:
parent
23e92da0b5
commit
7d834a0ae8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue