Skip to content

Commit 3f85f49

Browse files
committed
f
1 parent 99a1c73 commit 3f85f49

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

api/integration/linux/install/hostpreflight_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ func TestGetHostPreflightsStatusWithIgnoreFlag(t *testing.T) {
238238
api.WithLinuxInstallController(installController),
239239
api.WithAuthController(auth.NewStaticAuthController("TOKEN")),
240240
api.WithLogger(logger.NewDiscardLogger()),
241+
api.WithHelmClient(&helm.MockClient{}),
241242
)
242243
require.NoError(t, err)
243244

api/integration/linux/upgrade/infra_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ func TestLinuxGetRequiresInfraUpgrade(t *testing.T) {
160160
api.WithLinuxUpgradeController(upgradeController),
161161
api.WithAuthController(auth.NewStaticAuthController("TOKEN")),
162162
api.WithLogger(logger.NewDiscardLogger()),
163+
api.WithHelmClient(&helm.MockClient{}),
163164
)
164165
require.NoError(t, err)
165166

@@ -250,6 +251,7 @@ func TestLinuxGetRequiresInfraUpgrade(t *testing.T) {
250251
api.WithLinuxUpgradeController(upgradeController),
251252
api.WithAuthController(auth.NewStaticAuthController("TOKEN")),
252253
api.WithLogger(logger.NewDiscardLogger()),
254+
api.WithHelmClient(&helm.MockClient{}),
253255
)
254256
require.NoError(t, err)
255257

0 commit comments

Comments
 (0)