1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-15 01:19:10 +00:00

Update screenshots

This commit is contained in:
Girish Ramakrishnan
2022-01-21 17:21:00 -08:00
parent 76ba09cd4b
commit 0b59adbb35
6 changed files with 3 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ 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}`, EXEC_ARGS); });
it('can configure', function () { execSync(`cloudron configure --app ${LOCATION} --secondary-domains API_SERVER_DOMAIN=${LOCATION}-api`, EXEC_ARGS); });
it('can configure', function () { execSync(`cloudron configure --app ${LOCATION} --location ${LOCATION} --secondary-domains API_SERVER_DOMAIN=${LOCATION}-api`, EXEC_ARGS); });
it('can get app information', getAppInfo);
it('can login', login.bind(null, 'minioadmin', 'minioadmin'));