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 a0530c79..b498c800 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -104,7 +104,7 @@ class TestProcessProxyOptions: "--client-certs", os.path.join(tutils.test_data.path("data/clientcert"), "client.pem")) self.assert_err( - "not a file or directory", + "path does not exist", "--client-certs", "nonexistent") |