Skip to content

Commit 7d029df

Browse files
committed
skaff: add missing ctx arg
1 parent 646d230 commit 7d029df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skaff/resource/resourcetest.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func TestAcc{{ .Service }}{{ .Resource }}_disappears(t *testing.T) {
245245
{
246246
Config: testAcc{{ .Resource }}Config_basic(rName, testAcc{{ .Resource }}VersionNewer),
247247
Check: resource.ComposeTestCheckFunc(
248-
testAccCheck{{ .Resource }}Exists(resourceName, &{{ .ResourceLower }}),
248+
testAccCheck{{ .Resource }}Exists(ctx, resourceName, &{{ .ResourceLower }}),
249249
{{- if .PluginFramework }}
250250
{{- if .IncludeComments }}
251251
// TIP: The Plugin-Framework disappears helper is similar to the Plugin-SDK version,

0 commit comments

Comments
 (0)