mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
clientv3/integration: add tt.key string formatting verb to Fatalf call
This commit is contained in:
parent
e7f50d8444
commit
1ac0ca5317
@ -43,7 +43,7 @@ func TestKVPut(t *testing.T) {
|
||||
kv := clientv3.NewKV(clus.RandClient())
|
||||
|
||||
if _, err := kv.Put(tt.key, tt.val, tt.leaseID); err != nil {
|
||||
t.Fatalf("#%d: couldn't put (%v)", i, tt.key, err)
|
||||
t.Fatalf("#%d: couldn't put %q (%v)", i, tt.key, err)
|
||||
}
|
||||
|
||||
resp, err := kv.Get(tt.key, 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user