mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
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:
parent
825cd920ff
commit
b8740c2c67
@ -274,7 +274,6 @@ func TestGuaranteedUpdate(t *testing.T) {
|
|||||||
|
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
key string
|
key string
|
||||||
name string
|
|
||||||
ignoreNotFound bool
|
ignoreNotFound bool
|
||||||
precondition *storage.Preconditions
|
precondition *storage.Preconditions
|
||||||
expectNotFoundErr bool
|
expectNotFoundErr bool
|
||||||
|
Loading…
Reference in New Issue
Block a user