mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 12:06:09 -04:00
[remove] test failure on terminate
This commit is contained in:
parent
62d32eb710
commit
99c45bbc54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue