Skip to content

Commit

Permalink
Fix failed formatting directive in sdk/helper/testcluster
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
  • Loading branch information
cipherboy authored and naphelps committed Jan 25, 2024
1 parent a4a7306 commit 564bb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/helper/testcluster/replication.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func WaitForPerfReplicationWorking(ctx context.Context, pri, sec VaultCluster) e
"bar": 1,
})
if err != nil {
return fmt.Errorf("unable to write KV on primary", "path", path)
return fmt.Errorf("unable to write KV on primary: path=%v", path)
}

for ctx.Err() == nil {
Expand Down

0 comments on commit 564bb89

Please sign in to comment.