Fix test
This commit is contained in:
parent
7d42bed79b
commit
84ccab7e9f
|
@ -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 install app', function () { execSync('cloudron install --appstore-id org.freshrss.cloudronapp --location ' + LOCATION, EXEC_ARGS); });
|
||||||
|
|
||||||
it('can get app information', getAppInfo);
|
it('can get app information', getAppInfo);
|
||||||
// it can be changed to loginOIDC in the nextrelease
|
it('can login OIDC', loginOIDC.bind(null, USERNAME, PASSWORD));
|
||||||
it('can login', login.bind(null, admin_username, admin_password));
|
|
||||||
it('can subscribe', addSubscription);
|
it('can subscribe', addSubscription);
|
||||||
it('can add users', addUser.bind(null, 'test', admin_password));
|
it('can add users', addUser.bind(null, 'test', admin_password));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue