set dns credentials
This commit is contained in:
parent
3ba235ce9f
commit
a05941e155
@ -101,6 +101,10 @@ describe('Appstore new user flow', function () {
|
|||||||
cloudron.setCredentials(owner.password, token);
|
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();
|
var location = 'haste' + (Math.random() * 10000).toFixed();
|
||||||
it('can install app', function () {
|
it('can install app', function () {
|
||||||
var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.1.1');
|
var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.1.1');
|
||||||
|
Loading…
Reference in New Issue
Block a user