Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaczanowski committed Nov 28, 2024
1 parent 85c2b2b commit 96b2252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/keyring/providers/hashicorp/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ mod tests {
}

#[test]
#[should_panic(expected = "PoisonError prohibited Vault HTTP response code: 403, URL: http://127.0.0.1:1234/v1/transit/sign/test-key-name, exiting...")]
#[should_panic(
expected = "PoisonError prohibited Vault HTTP response code: 403, URL: http://127.0.0.1:1234/v1/transit/sign/test-key-name, exiting..."
)]
fn hashicorp_exit_on_error() {
// setup
let lookup_self = mock("GET", "/v1/auth/token/lookup-self")
Expand Down

0 comments on commit 96b2252

Please sign in to comment.