diff --git a/acme/acme/standalone_test.py b/acme/acme/standalone_test.py index 6ec29dfa2..cf61ac802 100644 --- a/acme/acme/standalone_test.py +++ b/acme/acme/standalone_test.py @@ -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__":