Skip to content

Commit bedfa5a

Browse files
author
Fabien Coelho
committed
comments++
1 parent dcadf54 commit bedfa5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FlaskTester.py

+1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ def ft_authenticator():
358358
header = os.environ.get("FLASK_TESTER_HEADER", "Auth")
359359
cookie = os.environ.get("FLASK_TESTER_COOKIE", "auth")
360360
tparam = os.environ.get("FLASK_TESTER_TPARAM", "AUTH")
361+
# create authenticator, possibly with initial credentials
361362
auth = Authenticator(allow, user=user, pwd=pwd, login=login, bearer=bearer, header=header, cookie=cookie, tparam=tparam)
362363
if "FLASK_TESTER_AUTH" in os.environ:
363364
auth.setPasses(os.environ["FLASK_TESTER_AUTH"].split(","))

0 commit comments

Comments
 (0)