set dns credentials

This commit is contained in:
Girish Ramakrishnan 2015-12-17 18:36:31 -08:00
parent 3ba235ce9f
commit a05941e155
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ describe('Appstore new user flow', function () {
cloudron.setCredentials(owner.password, token);
});
it('can set dns credentials', function () {
cloudron.setDnsConfig({ provider: 'route53', accessKeyId: process.env.AWS_STAGING_ACCESS_KEY, secretAccessKey: process.env.AWS_STAGING_SECRET_KEY });
});
var location = 'haste' + (Math.random() * 10000).toFixed();
it('can install app', function () {
var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.1.1');