diff options
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r-- | test/test_proxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py index 57ad606d..b3e7258a 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -148,7 +148,7 @@ class TestProcessProxyOptions: class TestProxyServer: # binding to 0.0.0.0:1 works without special permissions on Windows - @tutils.SkipWindows + @tutils.skip_windows def test_err(self): conf = ProxyConfig( port=1 |