We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bcc2e commit cea7463Copy full SHA for cea7463
1 file changed
tests/client/test_auth.py
@@ -762,8 +762,10 @@ class TestProtectedResourceMetadata:
762
"""Test protected resource handling."""
763
764
@pytest.mark.anyio
765
- async def test_resource_param_included_with_recent_protocol_version(self, oauth_provider: OAuthClientProvider):
766
- """Test resource parameter is included for protocol version >= 2025-06-18."""
+ async def test_resource_param_included_in_auth_code_exchange_but_not_refresh_with_recent_protocol_version(
+ self, oauth_provider: OAuthClientProvider
767
+ ):
768
+ """Resource parameter is included for auth code exchange, not refresh."""
769
# Set protocol version to 2025-06-18
770
oauth_provider.context.protocol_version = "2025-06-18"
771
oauth_provider.context.client_info = OAuthClientInformationFull(
0 commit comments