[remove] test failure on terminate

This commit is contained in:
stdoutput 2023-02-24 14:17:54 +01:00
parent 62d32eb710
commit 99c45bbc54

View File

@ -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)
}