Skip to content

Commit 32411ee

Browse files
committed
fix test class name
1 parent 094c341 commit 32411ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/client/test_auth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,8 +940,8 @@ def test_build_metadata(
940940
)
941941

942942

943-
class TestProtectedResourceWWWAuthenticate:
944-
"""Test RFC9728 WWW-Authenticate header parsing functionality for protected resource."""
943+
class TestWWWAuthenticate:
944+
"""Test RFC9728 WWW-Authenticate header parsing functionality."""
945945

946946
@pytest.mark.parametrize(
947947
"www_auth_header,expected_url",

0 commit comments

Comments
 (0)