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:
@@ -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'));
|
||||
|
Reference in New Issue
Block a user