Skip to content

Commit

Permalink
check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omerma committed Nov 13, 2024
1 parent ef8ae61 commit d0b9a1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/resources/web-api-practice.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package resources

import (
"context"
"fmt"

"github.com/CheckPointSW/terraform-provider-infinity-next/internal/api"
webapipractice "github.com/CheckPointSW/terraform-provider-infinity-next/internal/resources/web-api-practice"
Expand Down Expand Up @@ -229,6 +230,8 @@ func resourceWebAPIPracticeCreate(ctx context.Context, d *schema.ResourceData, m
return utils.DiagError("unable to perform WebAPIPractice Create", err, diags)
}

fmt.Printf("Created WebAPIPractice: %+v", practice)

isValid, err := c.PublishChanges()
if err != nil || !isValid {
if _, discardErr := c.DiscardChanges(); discardErr != nil {
Expand Down

0 comments on commit d0b9a1f

Please sign in to comment.