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:
@@ -274,7 +274,6 @@ func TestGuaranteedUpdate(t *testing.T) {
|
||||
|
||||
tests := []struct {
|
||||
key string
|
||||
name string
|
||||
ignoreNotFound bool
|
||||
precondition *storage.Preconditions
|
||||
expectNotFoundErr bool
|
||||
|
||||
Reference in New Issue
Block a user