mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 15:46:53 +00:00
fix:Apply suggestions from clippy 1.88
This commit is contained in:
+1
-1
@@ -287,7 +287,7 @@ mod tests {
|
||||
|
||||
for invalid_token in &invalid_tokens {
|
||||
let result = extract_claims::<Claims>(invalid_token, "secret");
|
||||
assert!(result.is_err(), "Should fail with invalid token: {}", invalid_token);
|
||||
assert!(result.is_err(), "Should fail with invalid token: {invalid_token}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user