From 4c0b6d60656063814159419e04a2938f26dcdd8c Mon Sep 17 00:00:00 2001 From: jwsarna1 Date: Mon, 28 Aug 2023 10:27:27 -0400 Subject: [PATCH] fix monitor cloud account test --- sysdig/resource_sysdig_monitor_cloud_account_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, }, }, })