From 1eb3053904352d3abccfa2e3a6d09b61ff87ba38 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Mon, 19 Dec 2022 15:32:23 +0300 Subject: [PATCH] Fixing tests Signed-off-by: Alex Andreev --- ...nstalling-helm-chart-from-previously-opened-tab.test.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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({