Skip to content

Commit

Permalink
chore(ci): codecov errors so fmt are added to the userwebhooks tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arldka committed Aug 12, 2023
1 parent 21fe698 commit 48b58fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions artifacthub/resource_user_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 48b58fe

Please sign in to comment.