mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-25 23:06:08 -05:00
[remove] test failure on terminate
This commit is contained in:
parent
62d32eb710
commit
99c45bbc54
@ -85,5 +85,5 @@ func terminate(cmd *cobra.Command, terminator cloudTerminator, fileHandler file.
|
||||
removeErr = errors.Join(err, fmt.Errorf("failed to remove file: '%s', please remove it manually", constants.ClusterIDsFileName))
|
||||
}
|
||||
|
||||
return removeErr
|
||||
return fmt.Errorf("hellooo i am an error: %w", removeErr)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user