dnsConfig is now sent by appstore

This commit is contained in:
Girish Ramakrishnan 2015-11-09 00:22:03 -08:00
parent 7d6b59f110
commit 8554719d5e
5 changed files with 0 additions and 20 deletions

View File

@ -58,10 +58,6 @@ describe('Application flow test', function () {
cloudron.setCredentials(owner.password, token);
});
it('can set dns config', function () {
cloudron.setDnsConfig({ provider: 'caas' });
});
var location = 'test' + (Math.random() * 10000).toFixed();
it('can install app', function () {
var manifest = appStore.getManifest(common.TESTAPP_ID, common.TESTAPP_VERSION);

View File

@ -60,10 +60,6 @@ describe('Cloudron backup testing', function () {
cloudron.setCredentials(owner.password, token);
});
it('can set dns config', function () {
cloudron.setDnsConfig({ provider: 'caas' });
});
var location = 'test' + (Math.random() * 10000).toFixed();
it('can install app', function () {
var manifest = appStore.getManifest(common.TESTAPP_ID, common.TESTAPP_VERSION);

View File

@ -74,10 +74,6 @@ describe('Cloudron update testing', function () {
cloudron.setCredentials(owner.password, token);
});
it('can set dns config', function () {
cloudron.setDnsConfig({ provider: 'caas' });
});
var location = 'test' + (Math.random() * 10000).toFixed();
it('can install app', function () {
var manifest = appStore.getManifest(common.TESTAPP_ID, common.PREV_TESTAPP_VERSION);

View File

@ -58,10 +58,6 @@ describe('Cloudron user creation testing', function () {
cloudron.setCredentials(owner.password, token);
});
it('can set dns config', function () {
cloudron.setDnsConfig({ provider: 'caas' });
});
it('can create user', function () {
newUser = cloudron.addUser('newuser', 'girish@forwardbias.in');
});

View File

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