We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9c4e4 commit 71f9e7fCopy full SHA for 71f9e7f
1 file changed
crates/rmcp/src/transport/auth.rs
@@ -2816,8 +2816,9 @@ mod tests {
2816
2817
#[test]
2818
fn test_stored_credentials_debug_redacts_token_response() {
2819
- use super::{OAuthTokenResponse, StoredCredentials};
2820
use oauth2::{AccessToken, basic::BasicTokenType};
+
2821
+ use super::{OAuthTokenResponse, StoredCredentials};
2822
2823
let token_response = OAuthTokenResponse::new(
2824
AccessToken::new("super-secret-access-token".to_string()),
0 commit comments