Skip to content

Commit e07821e

Browse files
authored
fix monitor cloud account test (#403)
1 parent 27fff95 commit e07821e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sysdig/resource_sysdig_monitor_cloud_account_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ func TestCustomerProviderKeys(t *testing.T) {
2424
},
2525
Steps: []resource.TestStep{
2626
{
27-
Config: monitorCustomerProviderKey(),
27+
Config: monitorCustomerProviderKey(),
28+
ExpectNonEmptyPlan: true,
2829
},
2930
},
3031
})

0 commit comments

Comments
 (0)