Skip to content

Commit

Permalink
Removed compilation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
wa5i committed Aug 18, 2024
1 parent 78fdab4 commit 0628356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/credential/approle/path_role.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3304,7 +3304,7 @@ mod test {
.as_object()
.unwrap()
.clone();
let resp = test_write_api(
let _resp = test_write_api(
&c,
&root_token,
"auth/approle/role/role1/secret-id-accessor/lookup",
Expand Down

0 comments on commit 0628356

Please sign in to comment.