We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951f24e commit cb54e9dCopy full SHA for cb54e9d
internal/provider/cached_image_data_source_test.go
@@ -13,6 +13,8 @@ import (
13
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
14
)
15
16
+// TODO: change this to only test for a non-existent image.
17
+// Move the heavy lifting to integration/
18
func TestAccCachedImageDataSource(t *testing.T) {
19
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
20
t.Cleanup(cancel)
0 commit comments