Skip to content

Commit f7ee623

Browse files
committed
Hide internals
1 parent 01e16ce commit f7ee623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/success_ntlm/requests_ntlm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ def __init__(self, username, password):
44
self.password = password
55

66
def __call__(self, r):
7-
r.headers[
8-
"Authorization"
9-
] = f"HttpNtlmAuth fake {self.username} / {self.password}"
7+
r.headers["Authorization"] = (
8+
f"HttpNtlmAuth fake {self.username} / {self.password}"
9+
)

0 commit comments

Comments
 (0)