From a28addcf821e258fd9e20246db1451b279e86283 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 16 Apr 2021 11:59:06 +0300 Subject: [PATCH] fix integration tests Signed-off-by: Jari Kolehmainen --- integration/helpers/utils.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 1417f3f04e..39fa170ee4 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -3,9 +3,9 @@ import * as util from "util"; import { exec } from "child_process"; const AppPaths: Partial> = { - "win32": "./dist/win-unpacked/Lens.exe", - "linux": "./dist/linux-unpacked/kontena-lens", - "darwin": "./dist/mac/Lens.app/Contents/MacOS/Lens", + "win32": "./dist/win-unpacked/OpenLens.exe", + "linux": "./dist/linux-unpacked/open-lens", + "darwin": "./dist/mac/OpenLens.app/Contents/MacOS/OpenLens", }; interface DoneCallback {