Cleanup droplet for selfhosting test

This commit is contained in:
Johannes Zellner 2017-02-07 12:58:30 +01:00
parent 2e025633d5
commit baf8b57a20
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ describe('Selfhost DigitalOcean with filesystem backend', function () {
digitalocean.create('tselfhost-filesystem-test', DO_IMAGE_SLUG, DO_SSH_KEY, DO_REGION, DO_TYPE, '', function (error, result) {
if (error) return done(error);
console.log('New instance created with id', result.id);
instanceId = result.id;
console.log('New instance created with id', instanceId);
var ip = null;