Skip to content

Commit

Permalink
skaff: add missing ctx arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed May 11, 2023
1 parent 646d230 commit 7d029df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skaff/resource/resourcetest.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func TestAcc{{ .Service }}{{ .Resource }}_disappears(t *testing.T) {
{
Config: testAcc{{ .Resource }}Config_basic(rName, testAcc{{ .Resource }}VersionNewer),
Check: resource.ComposeTestCheckFunc(
testAccCheck{{ .Resource }}Exists(resourceName, &{{ .ResourceLower }}),
testAccCheck{{ .Resource }}Exists(ctx, resourceName, &{{ .ResourceLower }}),
{{- if .PluginFramework }}
{{- if .IncludeComments }}
// TIP: The Plugin-Framework disappears helper is similar to the Plugin-SDK version,
Expand Down

0 comments on commit 7d029df

Please sign in to comment.