From 48b58fe86b623e2bc50bc1c8cb1e8bb6bfb9818f Mon Sep 17 00:00:00 2001 From: Arldka <43825600+arldka@users.noreply.github.com> Date: Sat, 12 Aug 2023 13:13:37 +0200 Subject: [PATCH] chore(ci): codecov errors so fmt are added to the userwebhooks tests --- artifacthub/resource_user_webhook_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/artifacthub/resource_user_webhook_test.go b/artifacthub/resource_user_webhook_test.go index 70501c8..2e508a2 100644 --- a/artifacthub/resource_user_webhook_test.go +++ b/artifacthub/resource_user_webhook_test.go @@ -112,6 +112,9 @@ func TestResourceUserWebhookCreateReadDelete(t *testing.T) { ctx := context.Background() rr := schema.TestResourceDataRaw(t, r.Schema, tc.input) m := &Config{os.Getenv("ARTIFACTHUB_API_KEY"), os.Getenv("ARTIFACTHUB_API_KEY_SECRET")} + fmt.Fprintf(os.Stdout, "m: %v\n", m) + fmt.Fprintf(os.Stdout, "rr: %v\n", rr) + fmt.Fprintf(os.Stdout, "tc: %v\n", tc) if tc.action == "create" { err := resourceUserWebhookCreate(ctx, rr, m) if tc.wantErr {