mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-04 07:15:05 -04:00
cli: deactivate spinner for debug logging
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
3c24e3fa01
commit
35d720e657
8 changed files with 34 additions and 12 deletions
|
@ -100,7 +100,7 @@ func TestIAMCreateAWS(t *testing.T) {
|
|||
require.NoError(cmd.Flags().Set("yes", "true"))
|
||||
}
|
||||
|
||||
err := iamCreateAWS(cmd, nopSpinner{}, tc.creator)
|
||||
err := iamCreateAWS(cmd, &nopSpinner{}, tc.creator)
|
||||
|
||||
if tc.wantErr {
|
||||
assert.Error(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue