Skip to content

Commit

Permalink
Hide internals
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Jun 17, 2024
1 parent 01e16ce commit f7ee623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/success_ntlm/requests_ntlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ def __init__(self, username, password):
self.password = password

def __call__(self, r):
r.headers[
"Authorization"
] = f"HttpNtlmAuth fake {self.username} / {self.password}"
r.headers["Authorization"] = (
f"HttpNtlmAuth fake {self.username} / {self.password}"
)

0 comments on commit f7ee623

Please sign in to comment.