Skip to content

Commit b809758

Browse files
committed
Fix typo on introspection endpoint
Signed-off-by: Kostis Triantafyllakis <[email protected]>
1 parent 26ae4fe commit b809758

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_server_31_oauth2_introspection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,7 @@ def test_wrong_aud(self):
498498
auth_req = AUTH_REQ.copy()
499499
auth_req["client_id"] = "client_2"
500500
access_token = self._get_access_token(auth_req)
501-
502-
_context = self.introspection_endpoint.server_get("endpoint_context")
501+
_context = self.introspection_endpoint.upstream_get("endpoint_context")
503502

504503
_req = self.introspection_endpoint.parse_request(
505504
{

0 commit comments

Comments
 (0)