mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
e2e: Fix govet errors
This commit is contained in:
parent
1f638c4ad8
commit
b0d3c07fe5
@ -156,7 +156,7 @@ func testV3CurlTxn(t *testing.T, pathPrefix string) {
|
|||||||
Key: []byte("foo"),
|
Key: []byte("foo"),
|
||||||
Result: pb.Compare_EQUAL,
|
Result: pb.Compare_EQUAL,
|
||||||
Target: pb.Compare_CREATE,
|
Target: pb.Compare_CREATE,
|
||||||
TargetUnion: &pb.Compare_CreateRevision{0},
|
TargetUnion: &pb.Compare_CreateRevision{CreateRevision: 0},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Success: []*pb.RequestOp{
|
Success: []*pb.RequestOp{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user