Skip to content

Commit 8f47a99

Browse files
committed
change test
1 parent 374c57c commit 8f47a99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sysdig/data_source_sysdig_secure_onboarding_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,6 @@ func TestAccCloudIngestionAssetsDataSource(t *testing.T) {
185185
{
186186
Config: `data "sysdig_secure_cloud_ingestion_assets" "assets" {}`,
187187
Check: resource.ComposeTestCheckFunc(
188-
resource.TestCheckResourceAttr("data.sysdig_secure_cloud_ingestion_assets.assets", "aws.%", "4"),
189-
// not asserting the gov exported fields because not every backend environment is gov supported and thus will have empty values
190-
191188
resource.TestCheckResourceAttrSet("data.sysdig_secure_cloud_ingestion_assets.assets", "gcp_routing_key"),
192189
// metadata fields are opaque to api backend; cloudingestion controls what fields are passed
193190
// asserts ingestionType and ingestionURL in metadata since it is required

0 commit comments

Comments
 (0)