Fix the digitalocean tests

This commit is contained in:
Johannes Zellner 2016-09-09 16:38:59 +02:00
parent c3250eb37d
commit 20e2dcf2c4
1 changed files with 2 additions and 3 deletions

View File

@ -241,9 +241,8 @@ describe('Selfhost EC2 Cloudron creation', function () {
it('can migrate cloudron', function () { it('can migrate cloudron', function () {
var params = [ var params = [
'--fqdn ' + SELFHOST_DOMAIN, '--fqdn ' + SELFHOST_DOMAIN,
'--ssh-key ' + SSH_KEY, '--token ' + DO_TOKEN,
'--access-key-id ' + AWS_ACCESS_KEY, '--ssh-key ' + SSH_KEY
'--secret-access-key ' + AWS_ACCESS_SECRET,
]; ];
var out = machine('migrate digitalocean ' + params.join(' ')); var out = machine('migrate digitalocean ' + params.join(' '));