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
|
@ -123,7 +123,7 @@ func TestIAMCreateGCP(t *testing.T) {
|
|||
|
||||
fileHandler := file.NewHandler(tc.setupFs(require, tc.provider))
|
||||
|
||||
err := iamCreateGCP(cmd, nopSpinner{}, fileHandler, tc.creator)
|
||||
err := iamCreateGCP(cmd, &nopSpinner{}, fileHandler, tc.creator)
|
||||
|
||||
if tc.wantErr {
|
||||
assert.Error(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue