mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
[remove] test failure on iam destroy
This commit is contained in:
parent
6ce9339db7
commit
99449c0cc0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user