mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-24 17:11:00 +00:00
Fixup test
This commit is contained in:
parent
7dd4447091
commit
62b03b02d5
1 changed files with 1 additions and 2 deletions
|
@ -277,8 +277,7 @@ describe('Application life cycle test', function () {
|
|||
it('can install app', function () { execSync(`cloudron install --appstore-id ${app.manifest.id} --location ${LOCATION} -p SSH_PORT=${SSH_PORT}`, EXEC_ARGS); });
|
||||
|
||||
it('can get app information', getAppInfo);
|
||||
// to be replaced with loginOIDC in the next release
|
||||
it('can login', login.bind(null, username, password));
|
||||
it('can login', loginOIDC.bind(null, username, password));
|
||||
it('can set avatar', setAvatar);
|
||||
it('can get avatar', checkAvatar);
|
||||
it('can add public key', addPublicKey);
|
||||
|
|
Loading…
Reference in a new issue