Skip to content

Commit dcadf54

Browse files
author
Fabien Coelho
committed
comment++
1 parent 1936811 commit dcadf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlaskTester.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def request(self, method: str, path: str, status: int|None = None, auth: str|Non
246246
if "login" in kwargs:
247247
login = kwargs["login"]
248248
del kwargs["login"]
249-
else:
249+
else: # if unset, use default
250250
login = self._default_login
251251

252252
self._auth.setAuth(login, kwargs, auth=auth)

0 commit comments

Comments
 (0)