diff --git a/internal/cmd/config/config_load_test.go b/internal/cmd/config/config_load_test.go index 1a8e8001f0..44ec0fb309 100644 --- a/internal/cmd/config/config_load_test.go +++ b/internal/cmd/config/config_load_test.go @@ -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, }, },