mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #98055 from qingsenLi/20210114
fix typo and decs in apiserver_etcd_test.go
This commit is contained in:
commit
1bfa1d4619
@ -52,7 +52,7 @@ func TestServerOverride(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
desc: "ETCD-SERVERS and ETCD_SERVERS_OVERRIDES iare set",
|
||||
desc: "ETCD-SERVERS and ETCD_SERVERS_OVERRIDES are set",
|
||||
env: kubeAPIServeETCDEnv{
|
||||
ETCDServers: "ETCDServers",
|
||||
ETCDServersOverride: "ETCDServersOverrides",
|
||||
@ -109,7 +109,7 @@ func TestStorageOptions(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
desc: "storage options not not supplied",
|
||||
desc: "storage options are not supplied",
|
||||
env: kubeAPIServeETCDEnv{},
|
||||
dontWant: []string{
|
||||
"--storage-backend",
|
||||
|
Loading…
Reference in New Issue
Block a user