mirror of https://github.com/k3s-io/k3s
optional field removed in test
parent
169792b3fb
commit
73bb511a44
|
@ -47,7 +47,6 @@ func TestPrintConfiguration(t *testing.T) {
|
|||
path: ""
|
||||
certificatesDir: ""
|
||||
cloudProvider: ""
|
||||
clusterName: ""
|
||||
etcd:
|
||||
caFile: ""
|
||||
certFile: ""
|
||||
|
@ -86,7 +85,6 @@ func TestPrintConfiguration(t *testing.T) {
|
|||
path: ""
|
||||
certificatesDir: ""
|
||||
cloudProvider: ""
|
||||
clusterName: ""
|
||||
etcd:
|
||||
caFile: ""
|
||||
certFile: ""
|
||||
|
@ -130,7 +128,6 @@ func TestPrintConfiguration(t *testing.T) {
|
|||
path: ""
|
||||
certificatesDir: ""
|
||||
cloudProvider: ""
|
||||
clusterName: ""
|
||||
etcd:
|
||||
caFile: ""
|
||||
certFile: ""
|
||||
|
|
Loading…
Reference in New Issue