pre-commit-ci-lite[bot]
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
tests/test_tutorial/test_security/test_tutorial006.py
|
|
|
@ -34,7 +34,6 @@ def test_security_http_basic_no_credentials(client: TestClient): |
|
|
|
assert 'realm="' in www_auth.lower() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def test_security_http_basic_invalid_credentials(client: TestClient): |
|
|
|
response = client.get( |
|
|
|
"/users/me", headers={"Authorization": "Basic notabase64token"} |
|
|
|
|