Skip to content

Commit e360c98

Browse files
authored
chore: enable cleaning of SSH keys (#2392)
1 parent 3e93945 commit e360c98

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/iam/v1alpha1/sweepers/sweepers.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ func SweepSSHKey(scwClient *scw.Client) error {
5050
}
5151

5252
for _, sshKey := range listSSHKeys.SSHKeys {
53-
if !testhelpers.IsTestResource(sshKey.Name) {
54-
continue
55-
}
5653
err := iamAPI.DeleteSSHKey(&iam.DeleteSSHKeyRequest{
5754
SSHKeyID: sshKey.ID,
5855
})

0 commit comments

Comments
 (0)