mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Fix vet errors
This commit is contained in:
@@ -71,7 +71,7 @@ func testVaultServerBackends(t testing.TB, backends map[string]logical.Factory)
|
||||
t.Fatal(err)
|
||||
}
|
||||
if secret == nil || secret.Data["id"].(string) != rootToken {
|
||||
t.Fatalf("token mismatch: %q vs %q", secret, rootToken)
|
||||
t.Fatalf("token mismatch: %#v vs %q", secret, rootToken)
|
||||
}
|
||||
|
||||
return client, func() {
|
||||
|
||||
Reference in New Issue
Block a user