From 81bd749001099dcf7183f9e3e5aa6c0d9d373a3e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 23 May 2024 18:10:22 +0200 Subject: [PATCH] Fix test name --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 988902e..3cda937 100644 --- a/test/test.js +++ b/test/test.js @@ -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));