Skip to content

Commit

Permalink
fix client var
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Shivanand <sunil.shivanand@statnett.no>
  • Loading branch information
Sunil Shivanand committed Apr 20, 2023
1 parent 07e0c3c commit bf2d237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func Test_Authority(t *testing.T) {

testutils.ExecuteUntil(ctx, t, func() {
putRequestMethod := "/etcdserverpb.KV/Put"
_, err := kv.Put(context.TODO(), "foo", "bar")
_, err := cc.Put(context.TODO(), "foo", "bar")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit bf2d237

Please sign in to comment.