diff --git a/sysdig/resource_sysdig_monitor_cloud_account_test.go b/sysdig/resource_sysdig_monitor_cloud_account_test.go index 61cabdae..08211bd3 100644 --- a/sysdig/resource_sysdig_monitor_cloud_account_test.go +++ b/sysdig/resource_sysdig_monitor_cloud_account_test.go @@ -24,7 +24,8 @@ func TestCustomerProviderKeys(t *testing.T) { }, Steps: []resource.TestStep{ { - Config: monitorCustomerProviderKey(), + Config: monitorCustomerProviderKey(), + ExpectNonEmptyPlan: true, }, }, })