Skip to content

Commit

Permalink
chore: fix minor comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMoelans committed Nov 20, 2024
1 parent 8f02444 commit a8877f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration_crashpad.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a8877f7

Please sign in to comment.