master
Girish Ramakrishnan 2023-10-31 00:00:04 +01:00
parent 7d42bed79b
commit 84ccab7e9f
1 changed files with 1 additions and 2 deletions

View File

@ -214,8 +214,7 @@ describe('Application life cycle test', function () {
it('can install app', function () { execSync('cloudron install --appstore-id org.freshrss.cloudronapp --location ' + LOCATION, EXEC_ARGS); });
it('can get app information', getAppInfo);
// it can be changed to loginOIDC in the nextrelease
it('can login', login.bind(null, admin_username, admin_password));
it('can login OIDC', loginOIDC.bind(null, USERNAME, PASSWORD));
it('can subscribe', addSubscription);
it('can add users', addUser.bind(null, 'test', admin_password));