Skip to content

Commit bff9f6e

Browse files
committed
fix(oauth): correct doctest quote style for blocking_errors example
Signed-off-by: Madhav Kandukuri <madhav165@gmail.com>
1 parent ebf42cf commit bff9f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcpgateway/services/token_validation_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def blocking_errors(self) -> List[str]:
7575
>>> r.audience_match = False
7676
>>> r.warnings.append("Token audience mismatch: token aud does not match expected resource or gateway URL")
7777
>>> r.blocking_errors
78-
["Token audience mismatch: token aud does not match expected resource or gateway URL"]
78+
['Token audience mismatch: token aud does not match expected resource or gateway URL']
7979
"""
8080
if not self.warnings:
8181
return []

0 commit comments

Comments
 (0)