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 1c46d1c commit 0df7f13Copy full SHA for 0df7f13
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