We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f2cc0 commit 3382d48Copy full SHA for 3382d48
internal/service/resourcepolicy/resource_test.go
@@ -68,7 +68,7 @@ func basicTestCase(t *testing.T) *resource.TestCase {
68
updatedName = "updated-policy"
69
)
70
updatedDescription := fmt.Sprintf("updated-%s", description)
71
-
+
72
return &resource.TestCase{ // Need sequential execution for assertions to be deterministic (plural data source)
73
PreCheck: func() { acc.PreCheckBasic(t) },
74
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
0 commit comments