From a05941e1550827ed16f7119bc54070ba55fc25d5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 17 Dec 2015 18:36:31 -0800 Subject: [PATCH] set dns credentials --- test/custom-domain-test.js | 4 ++++ 1 file changed, 4 insertions(+) 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');