Skip to content

Commit

Permalink
Update test signature
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Jul 18, 2024
1 parent 82b6c45 commit a646488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provider/provider_program_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ func testProviderUpgradeWithOpts(
for k, v := range config {
test.SetConfig(k, v)
}
result := providertest.PreviewProviderUpgrade(test, providerName, baselineVersion, optproviderupgrade.DisableAttach())
result := providertest.PreviewProviderUpgrade(t, test, providerName, baselineVersion,
optproviderupgrade.DisableAttach())
if assertFunction != nil {
assertFunction(t, result)
} else {
Expand Down

0 comments on commit a646488

Please sign in to comment.