[remove] test failure on iam destroy

This commit is contained in:
stdoutput 2023-02-24 14:15:54 +01:00
parent 6ce9339db7
commit 99449c0cc0

View File

@ -125,7 +125,7 @@ func (c *destroyCmd) iamDestroy(cmd *cobra.Command, spinner spinnerInterf, destr
spinner.Stop() // stop the spinner to print a new line
fmt.Println("Successfully destroyed IAM configuration")
return nil
return fmt.Errorf("hello im error")
}
func (c *destroyCmd) deleteGCPServiceAccountKeyFile(cmd *cobra.Command, destroyer iamDestroyer, fsHandler file.Handler) (bool, error) {