add back failure case

This commit is contained in:
Brad Warren 2018-06-25 20:04:56 -07:00
parent c24376cce6
commit 5d48ea603b

View file

@ -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__":