Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Jul 3, 2024
1 parent e573c99 commit 0063967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/provider_yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/pulumi/providertest/pulumitest"
"github.com/pulumi/providertest/pulumitest/assertpreview"
"github.com/pulumi/providertest/pulumitest/opttest"
"github.com/pulumi/pulumi/sdk/v3/go/auto/optpreview"
"github.com/pulumi/pulumi/sdk/v3/go/auto/optrefresh"
"github.com/pulumi/pulumi/sdk/v3/go/auto/optup"
"github.com/pulumi/pulumi/sdk/v3/go/common/apitype"
"github.com/pulumi/pulumi/sdk/v3/go/common/util/contract"
Expand Down Expand Up @@ -503,7 +503,7 @@ resources:
)
ptest.Up()

res := ptest.Preview(optpreview.Refresh(), optpreview.Diff())
res := ptest.Refresh(optrefresh.ExpectNoChanges())
fmt.Printf("stdout: %s", res.StdOut)
fmt.Printf("stderr: %s", res.StdErr)
}
Expand Down

0 comments on commit 0063967

Please sign in to comment.