We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ae4fe commit b809758Copy full SHA for b809758
tests/test_server_31_oauth2_introspection.py
@@ -498,8 +498,7 @@ def test_wrong_aud(self):
498
auth_req = AUTH_REQ.copy()
499
auth_req["client_id"] = "client_2"
500
access_token = self._get_access_token(auth_req)
501
-
502
- _context = self.introspection_endpoint.server_get("endpoint_context")
+ _context = self.introspection_endpoint.upstream_get("endpoint_context")
503
504
_req = self.introspection_endpoint.parse_request(
505
{
0 commit comments