diff --git a/test/selfhost-ec2-create-test.js b/test/selfhost-ec2-create-test.js index 3316ee8..18de850 100644 --- a/test/selfhost-ec2-create-test.js +++ b/test/selfhost-ec2-create-test.js @@ -32,8 +32,6 @@ const BACKUP_BUCKET = 'selfhost-test'; const AWS_ACCESS_KEY = process.env.AWS_ACCESS_KEY; const AWS_ACCESS_SECRET = process.env.AWS_ACCESS_SECRET; -process.env.CLOUDRON_VERSIONS_URL = process.env.BOX_VERSIONS_URL; - function machine(args, options) { // https://github.com/nodejs/node-v0.x-archive/issues/9265 options = options || { };