We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb4266 commit 1961503Copy full SHA for 1961503
internal/provider/cached_image_resource_test.go
@@ -10,7 +10,7 @@ import (
10
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
11
)
12
13
-func TestAccCachedImageDataSource(t *testing.T) {
+func TestAccCachedImageResource(t *testing.T) {
14
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
15
defer cancel()
16
files := map[string]string{
0 commit comments