Skip to content

Commit 8853864

Browse files
committed
f
1 parent 3f85f49 commit 8853864

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/integration/linux/upgrade/infra_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ func TestLinuxPostUpgradeInfra(t *testing.T) {
425425
api.WithLinuxUpgradeController(upgradeController),
426426
api.WithAuthController(auth.NewStaticAuthController("TOKEN")),
427427
api.WithLogger(logger.NewDiscardLogger()),
428+
api.WithHelmClient(&helm.MockClient{}),
428429
)
429430
require.NoError(t, err)
430431

@@ -564,6 +565,7 @@ func TestLinuxPostUpgradeInfra(t *testing.T) {
564565
api.WithLinuxUpgradeController(upgradeController),
565566
api.WithAuthController(auth.NewStaticAuthController("TOKEN")),
566567
api.WithLogger(logger.NewDiscardLogger()),
568+
api.WithHelmClient(&helm.MockClient{}),
567569
)
568570
require.NoError(t, err)
569571

@@ -672,6 +674,7 @@ func TestLinuxPostUpgradeInfra(t *testing.T) {
672674
api.WithLinuxUpgradeController(upgradeController),
673675
api.WithAuthController(auth.NewStaticAuthController("TOKEN")),
674676
api.WithLogger(logger.NewDiscardLogger()),
677+
api.WithHelmClient(&helm.MockClient{}),
675678
)
676679
require.NoError(t, err)
677680

0 commit comments

Comments
 (0)