diff options
Diffstat (limited to 'tests/test_validators_auth.py')
-rw-r--r-- | tests/test_validators_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_validators_auth.py b/tests/test_validators_auth.py index fd13a450..0fae541c 100644 --- a/tests/test_validators_auth.py +++ b/tests/test_validators_auth.py @@ -108,7 +108,7 @@ def test_fail__valid_auth_token(arg: Any) -> None: print(valid_auth_token(arg)) [email protected]("arg", ["BASIC ", "basic"]) [email protected]("arg", ["HTPASSWD ", "htpasswd"]) def test_ok__valid_auth_type(arg: Any) -> None: assert valid_auth_type(arg) == arg.strip().lower() |