Skip to content

Commit 0ac7c54

Browse files
committed
Remove unnecessary error message details from install failure
1 parent e5cc098 commit 0ac7c54

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

e2e/tests/app-install.setup.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ setup('install Functions with Python app', async ({ appCatalogPage, appName }) =
99
const installed = await appCatalogPage.installApp(appName);
1010

1111
if (!installed) {
12-
throw new Error(
13-
`Failed to install app '${appName}'. Please install the app manually at:\n` +
14-
`https://falcon.us-2.crowdstrike.com/foundry/app-catalog/179c33c7963e4b1fb33d1d2734e6c621\n` +
15-
`This is a known issue - see #ask-foundry for app installation problems.`
16-
);
12+
throw new Error(`Failed to install app '${appName}'`);
1713
}
1814
} else {
1915
console.log(`App '${appName}' is already installed`);

0 commit comments

Comments
 (0)