Skip to content

Commit

Permalink
chore: linter issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Jun 25, 2024
1 parent 1cfa040 commit 9b8cb09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/cloudx/client/command_helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func TestCommandHelper(t *testing.T) {
client.WithStdin(&r),
client.WithPasswordReader(pwReader),
)
require.NoError(t, err)

require.NoError(t, h.Authenticate(ctx))

Expand All @@ -243,6 +244,7 @@ func TestCommandHelper(t *testing.T) {
client.WithStdin(&r),
client.WithPasswordReader(func() ([]byte, error) { return []byte(password), nil }),
)
require.NoError(t, err)

require.NoError(t, h.Authenticate(ctx))

Expand Down

0 comments on commit 9b8cb09

Please sign in to comment.