From c2da88d2a507db1283d7aee893addacd6e1e274c Mon Sep 17 00:00:00 2001 From: Timothy Messier Date: Wed, 31 May 2023 12:47:20 +0000 Subject: [PATCH] test(cmd/config): Fix test compilation error Refs: 9ae2bdfae --- internal/cmd/config/config_load_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, },