File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
api/integration/linux/upgrade Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments