Bladeren bron

Fix login usage

Girish Ramakrishnan 8 jaren geleden
bovenliggende
commit
55354b8b93
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -231,7 +231,7 @@ describe('Application life cycle test', function () {
         app = inspect.apps.filter(function (a) { return a.location === LOCATION; })[0];
         expect(app).to.be.an('object');
 
-        login(function () {
+        login(email, password, function () {
             execSync('cloudron uninstall --app ' + app.id, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
             done();
         });