Skip to content

Commit

Permalink
No subprop check for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
favoretti committed Feb 22, 2024
1 parent 99194b3 commit fc699dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func TestAccDataSourceStorageTableEntities_withSelector(t *testing.T) {
Config: StorageTableEntitiesDataSource{}.basicWithDataSourceAndSelector(data),
Check: acceptance.ComposeTestCheckFunc(
check.That(data.ResourceName).Key("items.#").HasValue("1"),
check.That(data.ResourceName).Key("items.0.properties.#").HasValue("1"),
),
},
})
Expand Down

0 comments on commit fc699dc

Please sign in to comment.