Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def test_basicauth_with_netrc_leak(self, httpbin):

try:
# Should use netrc
# Make sure that we don't use the example.com credentails
# Make sure that we don't use the example.com credentials
# for the request
r = requests.get(url)
assert r.status_code == 200
Expand Down
Loading