From a3c3e4e50434a891d702ee023d0b8925e513aa1d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 8 Aug 2014 03:38:59 +0200 Subject: remove platform.setup --- test/test_proxy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_proxy.py b/test/test_proxy.py index 96279b9f..31a6aa19 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -70,8 +70,7 @@ class TestProcessProxyOptions: self.assert_err("transparent mode not supported", "-T") @mock.patch("libmproxy.platform.resolver") - @mock.patch("libmproxy.platform.setup") - def test_transparent_reverse(self, _, __): + def test_transparent_reverse(self, _): self.assert_err("mutually exclusive", "-R", "http://localhost", "-T") self.assert_noerr("-T") self.assert_err("Invalid server specification", "-R", "reverse") -- cgit v1.2.3