mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 15:55:17 -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
|
@ -101,7 +101,7 @@ func TestIAMCreateAzure(t *testing.T) {
|
|||
require.NoError(cmd.Flags().Set("yes", "true"))
|
||||
}
|
||||
|
||||
err := iamCreateAzure(cmd, nopSpinner{}, tc.creator)
|
||||
err := iamCreateAzure(cmd, &nopSpinner{}, tc.creator)
|
||||
|
||||
if tc.wantErr {
|
||||
assert.Error(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue