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 2e4c2f4 commit 1c46d1cCopy full SHA for 1c46d1c
tests/python/python-requests-empty-password-python-test.yml
@@ -4,4 +4,4 @@ valid:
4
requests.get('https://httpbin.org/basic-auth/user/pass', auth=requests.auth.HTTPBasicAuth('user', os.getenv('pass'))
5
invalid:
6
- |
7
- requests.get('https://httpbin.org/basic-auth/user/pass', auth=requests.auth.HTTPBasicAuth('user', ''))
+ requests.get('https://httpbin.org/basic-auth/user/pass', auth=requests.auth.HTTPBasicAuth('user', ''))
0 commit comments