]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/singlePod.js
Fix tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / singlePod.js
index 3dd72c01b8c45692b4269ecff123b784d045cd90..d572aacf67d64ddcd83800a3420f7d9ba6f2d598 100644 (file)
@@ -112,7 +112,7 @@ describe('Test a single pod', function () {
     utils.removeVideo(url, video_id, function (err) {
       if (err) throw err
 
-      fs.readdir(pathUtils.join(__dirname, '../../test1/uploads/'), function (err, files) {
+      fs.readdir(pathUtils.join(__dirname, '../../../test1/uploads/'), function (err, files) {
         if (err) throw err
 
         expect(files.length).to.equal(0)