Skip to content

Commit cb54e9d

Browse files
committed
add TODO
1 parent 951f24e commit cb54e9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/provider/cached_image_data_source_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import (
1313
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1414
)
1515

16+
// TODO: change this to only test for a non-existent image.
17+
// Move the heavy lifting to integration/
1618
func TestAccCachedImageDataSource(t *testing.T) {
1719
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
1820
t.Cleanup(cancel)

0 commit comments

Comments
 (0)