mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-27 15:23:52 +00:00
Fix test statement with formatting in fatal call
This commit is contained in:
@@ -29,7 +29,7 @@ func ExerciseBackend(t testing.TB, b Backend) {
|
||||
// Get should not fail, but be nil
|
||||
out, err := b.Get(context.Background(), "foo")
|
||||
if err != nil {
|
||||
t.Fatal("initial get failed: %v", err)
|
||||
t.Fatalf("initial get failed: %v", err)
|
||||
}
|
||||
if out != nil {
|
||||
t.Errorf("initial get was not nil: %v", out)
|
||||
|
||||
Reference in New Issue
Block a user