X-Git-Url: https://code.delx.au/proxy/blobdiff_plain/12f7690073e7f17d0c190fdff0229366e6744656..HEAD:/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: