Revised the documentation for digest_auth parameter of the open method in the test client, to be clear.
This commit is contained in:
parent
514e9255aa
commit
a07118ef9c
@ -88,7 +88,7 @@ class Client(WerkzeugClient):
|
||||
"""Opens a request.
|
||||
|
||||
:param args: The arguments.
|
||||
:param digest_auth: A tuple of the username and password for the HTTP
|
||||
:param digest_auth: The (*username*, *password*) tuple for the HTTP
|
||||
digest authentication.
|
||||
:param kwargs: The keyword arguments.
|
||||
:return: The response.
|
||||
|
Loading…
Reference in New Issue
Block a user