mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update test
This commit is contained in:
parent
c8df0f9cde
commit
09309b885e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class TlsSniPerformTest(util.NginxTest):
|
|||
self.sni.add_chall(self.achalls[1])
|
||||
mock_choose.return_value = None
|
||||
result = self.sni.perform()
|
||||
self.assertTrue(result is None)
|
||||
self.assertFalse(result is None)
|
||||
|
||||
def test_perform0(self):
|
||||
responses = self.sni.perform()
|
||||
|
|
|
|||
Loading…
Reference in a new issue