From 84ccab7e9f1e1677fc54aa5f1a0b11f8fef5a81a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 31 Oct 2023 00:00:04 +0100 Subject: [PATCH] Fix test --- test/test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test.js b/test/test.js index 29f741e..94f527d 100644 --- a/test/test.js +++ b/test/test.js @@ -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));