From a8877f7a9777b784c72ded4aad7bafd7fc4d1baa Mon Sep 17 00:00:00 2001 From: JoshuaMoelans <60878493+JoshuaMoelans@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:44:29 +0100 Subject: [PATCH] chore: fix minor comment typo --- tests/test_integration_crashpad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_integration_crashpad.py b/tests/test_integration_crashpad.py index 65cb77f43..a0ffad812 100644 --- a/tests/test_integration_crashpad.py +++ b/tests/test_integration_crashpad.py @@ -103,7 +103,7 @@ def test_crashpad_crash_proxy(cmake, httpserver, run_args, proxy_status): # Apple's NSURLSession will send the request even if the socks proxy fails # https://forums.developer.apple.com/forums/thread/705504?answerId=712418022#712418022 - # Windows provides fallback for both http and socks5 proxies + # Windows also provides fallback for http proxies assert len(httpserver.log) == 1 finally: if proxy_process: