mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
add back failure case
This commit is contained in:
parent
c24376cce6
commit
5d48ea603b
1 changed files with 1 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ class TestSimpleTLSSNI01Server(unittest.TestCase):
|
|||
return
|
||||
else: # pragma: no cover
|
||||
time.sleep(1) # wait until thread starts
|
||||
self.fail('Server never started!') # pragma: no cover
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Reference in a new issue