mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-29 16:37:07 +00:00
fix(ci): restore merged main Clippy lanes (#6612)
This commit is contained in:
@@ -338,7 +338,7 @@ mod tests {
|
||||
serde_json::to_value(&config).expect("config serializes")
|
||||
}
|
||||
|
||||
fn token_at<'a>(document: &'a Value) -> &'a str {
|
||||
fn token_at(document: &Value) -> &str {
|
||||
document["backend_config"]["VaultKV2"]["auth_method"]["Token"]["token"]
|
||||
.as_str()
|
||||
.expect("token leaf exists")
|
||||
|
||||
Reference in New Issue
Block a user