Skip to content

Commit f3b38cf

Browse files
authored
[Internal] remove expected empty plan (#364)
1 parent d5c760a commit f3b38cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sysdig/resource_sysdig_monitor_cloud_account_test.go

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

0 commit comments

Comments
 (0)