We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e93945 commit e360c98Copy full SHA for e360c98
api/iam/v1alpha1/sweepers/sweepers.go
@@ -50,9 +50,6 @@ func SweepSSHKey(scwClient *scw.Client) error {
50
}
51
52
for _, sshKey := range listSSHKeys.SSHKeys {
53
- if !testhelpers.IsTestResource(sshKey.Name) {
54
- continue
55
- }
56
err := iamAPI.DeleteSSHKey(&iam.DeleteSSHKeyRequest{
57
SSHKeyID: sshKey.ID,
58
})
0 commit comments