Skip to content

Commit

Permalink
fix monitor cloud account test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwsarna1 committed Aug 28, 2023
1 parent 27fff95 commit 4c0b6d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysdig/resource_sysdig_monitor_cloud_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ func TestCustomerProviderKeys(t *testing.T) {
},
Steps: []resource.TestStep{
{
Config: monitorCustomerProviderKey(),
Config: monitorCustomerProviderKey(),
ExpectNonEmptyPlan: true,
},
},
})
Expand Down

0 comments on commit 4c0b6d6

Please sign in to comment.