mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 17:57:33 +00:00
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:
@@ -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