1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-01 23:04:59 +00:00

make update possible without the API_DOMAIN

This commit is contained in:
Girish Ramakrishnan
2022-01-21 14:18:25 -08:00
parent 7d38995613
commit 9820e5bf90
4 changed files with 8 additions and 3 deletions

View File

@@ -165,7 +165,6 @@ describe('Application life cycle test', function () {
it('can add buckets', old_addBucket);
it('can logout', old_logout);
it('can update', function () { execSync(`cloudron update --app ${LOCATION} --no-wait`, EXEC_ARGS); });
it('can enable API Port', function () { execSync(`cloudron configure --app ${LOCATION} -p API_PORT=9000 -l ${LOCATION} `, EXEC_ARGS); });
it('can get app information', getAppInfo);
it('can login', login.bind(null, 'minioadmin', 'minioadmin'));