1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-01 12:54:59 +00:00

Fix test name

This commit is contained in:
Girish Ramakrishnan
2024-05-23 18:10:22 +02:00
parent 4f96317a75
commit 81bd749001

View File

@@ -211,7 +211,7 @@ describe('Application life cycle test', function () {
it('uninstall app', function () { execSync('cloudron uninstall --app ' + app.id, EXEC_ARGS); });
// test update
it('can install app', function () { execSync('cloudron install --appstore-id org.freshrss.cloudronapp --location ' + LOCATION, EXEC_ARGS); });
it('can install app for update', function () { execSync('cloudron install --appstore-id org.freshrss.cloudronapp --location ' + LOCATION, EXEC_ARGS); });
it('can get app information', getAppInfo);
it('can login OIDC', loginOIDC.bind(null, USERNAME, PASSWORD));