X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2FsinglePod.js;h=d572aacf67d64ddcd83800a3420f7d9ba6f2d598;hb=3d446a26ada901331faaaf3be9083dfe6773b50a;hp=3dd72c01b8c45692b4269ecff123b784d045cd90;hpb=6a1e67b30a77b0e24314617f794a7122dd83c570;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/singlePod.js b/server/tests/api/singlePod.js index 3dd72c01b..d572aacf6 100644 --- a/server/tests/api/singlePod.js +++ b/server/tests/api/singlePod.js @@ -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)