Skip to content

Commit c9014aa

Browse files
test: verify error message for htu mismatch in dpop proof validation
1 parent d8ef382 commit c9014aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/auth0_api_python/tests/test_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ async def test_verify_dpop_proof_htu_trailing_slash_normalization():
10101010
http_method="GET",
10111011
http_url="https://api.example.com/resource"
10121012
)
1013-
assert "htu mismatch" in str(err.value).lower()
1013+
assert "htu mismatch" in str(err.value).lower()
10141014

10151015
@pytest.mark.asyncio
10161016
async def test_verify_dpop_proof_htu_query_parameters():

0 commit comments

Comments
 (0)