We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b296bbd commit 4100ddfCopy full SHA for 4100ddf
src/RequestsLibrary/RequestsKeywords.py
@@ -298,7 +298,6 @@ def create_ntlm_session(
298
disable_warnings=0,
299
retry_status_list=[],
300
retry_method_list=DEFAULT_RETRY_METHOD_LIST):
301
- # FIXME Update Documentation with new retry options
302
""" Create Session: create a HTTP session to a server
303
304
``url`` Base url of the server
@@ -387,7 +386,6 @@ def create_digest_session(
387
386
388
389
390
391
392
393
0 commit comments