test(cmd/config): Fix test compilation error

Refs: 9ae2bdfae
pull/3251/head
Timothy Messier 3 years ago
parent 29b9a508a3
commit c2da88d2a5
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -455,8 +455,8 @@ func TestLoad(t *testing.T) {
ExecutionDir: "",
},
HcpbClusterId: "",
Reporting: &config.Reporting{
License: &config.License{
Reporting: config.Reporting{
License: config.License{
Enabled: false,
},
},

Loading…
Cancel
Save