Merge pull request #26502 from gyuho/remove_name_field

Automatic merge from submit-queue

pkg/storage/etcd3: remove name field in test

Current test gets the name with its test table index,
so there seems to be no reason to have name field in test table.
This commit is contained in:
k8s-merge-robot
2016-06-25 07:09:36 -07:00
committed by GitHub

View File

@@ -274,7 +274,6 @@ func TestGuaranteedUpdate(t *testing.T) {
tests := []struct {
key string
name string
ignoreNotFound bool
precondition *storage.Preconditions
expectNotFoundErr bool