mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Linter fix
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
1eb3053904
commit
e837d2890e
@ -151,7 +151,7 @@ describe("installing helm chart from previously opened tab", () => {
|
||||
beforeEach(async () => {
|
||||
await requestHelmChartValuesMock.resolve({
|
||||
callWasSuccessful: true,
|
||||
response: "some-default-configuration"
|
||||
response: "some-default-configuration",
|
||||
});
|
||||
|
||||
await requestHelmChartVersionsMock.resolve([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user