X-Git-Url: https://code.delx.au/proxy/blobdiff_plain/9cb58adecf9014b881dfaa322da07474348c290f..f85bb02122c5628a60841788c3de3350c4043830:/test_proxy.py diff --git a/test_proxy.py b/test_proxy.py index 68743d2..a27c14a 100755 --- a/test_proxy.py +++ b/test_proxy.py @@ -290,8 +290,7 @@ class TestPermissions(SocketHelper, unittest.TestCase): try: self.init_socket() self.send(b"\x05\x01\x00") - self.assertAuthSuccess() - self.fail("Expected ConnectionResetError") + self.assertEnd() except ConnectionResetError: pass finally: