]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Fix test
authorGirish Ramakrishnan <girish@cloudron.io>
Sat, 19 Oct 2019 00:49:52 +0000 (17:49 -0700)
committerGirish Ramakrishnan <girish@cloudron.io>
Sat, 19 Oct 2019 00:49:52 +0000 (17:49 -0700)
test/test.js

index 3610c05bf74e9aed4c6fd5d31367109d2e0a1aaf..979ffdeaf3fbf81f240fb9f0a2defc927a055153 100644 (file)
@@ -131,7 +131,7 @@ describe('Application life cycle test', function () {
     function uploadFile(name, done) {
         // File upload can't be tested with selenium, since the file input is not visible and thus can't be interacted with :-(
 
-        execSync(path.join(__dirname, '/../cli/surfer.js') + ' put ' + path.join(__dirname, name) + '/',  { stdio: 'inherit' } );
+        execSync(path.join(__dirname, '/../cli/surfer.js') + ' put ' + path.join(__dirname, name) + ' /',  { stdio: 'inherit' } );
         done();
     }