diff options
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/http.py b/test/unit/http.py index 47fb48f1..281b27d6 100644 --- a/test/unit/http.py +++ b/test/unit/http.py @@ -60,7 +60,7 @@ class TestHTTP(TestUnit): sock.connect(connect_args) except ConnectionRefusedError: sock.close() - return None + self.fail('Client can\'t connect to the server.') else: sock = kwargs['sock'] |