diff --git a/test/custom-domain-test.js b/test/custom-domain-test.js index 825b531..ac7744e 100644 --- a/test/custom-domain-test.js +++ b/test/custom-domain-test.js @@ -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');