diff --git a/src/features/helm-charts/installing-chart/installing-helm-chart-from-previously-opened-tab.test.ts b/src/features/helm-charts/installing-chart/installing-helm-chart-from-previously-opened-tab.test.ts index 978e1635a7..11ce8fe49b 100644 --- a/src/features/helm-charts/installing-chart/installing-helm-chart-from-previously-opened-tab.test.ts +++ b/src/features/helm-charts/installing-chart/installing-helm-chart-from-previously-opened-tab.test.ts @@ -149,9 +149,10 @@ describe("installing helm chart from previously opened tab", () => { describe("when configuration and version resolves", () => { beforeEach(async () => { - await requestHelmChartValuesMock.resolve( - "some-default-configuration", - ); + await requestHelmChartValuesMock.resolve({ + callWasSuccessful: true, + response: "some-default-configuration" + }); await requestHelmChartVersionsMock.resolve([ HelmChart.create({