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 5540552 commit e209d41Copy full SHA for e209d41
1 file changed
crates/rmcp/src/transport/auth.rs
@@ -3442,6 +3442,7 @@ mod tests {
3442
http_response(
3443
200,
3444
serde_json::json!({
3445
+ "issuer": "https://auth.example.com",
3446
"authorization_endpoint": "https://auth.example.com/authorize",
3447
"token_endpoint": "https://auth.example.com/token"
3448
}),
@@ -3866,6 +3867,7 @@ mod tests {
3866
3867
3868
3869
3870
3871
3872
3873
0 commit comments