Fix vet errors

This commit is contained in:
Seth Vargo
2017-06-26 19:56:00 -05:00
parent c0b2d41d8f
commit 8cdc0372b7
2 changed files with 3 additions and 3 deletions

View File

@@ -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() {