]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/stats.ts
Prepare Dislike/Flag/View fixes
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / stats.ts
index 9858e2b15a566d0fbed9f1dfc21fc1192f3e6571..aaa6c62f7d2a720ff1b7517228514e5b43038662 100644 (file)
@@ -75,6 +75,7 @@ describe('Test stats (excluding redundancy)', function () {
     expect(data.totalLocalVideoComments).to.equal(0)
     expect(data.totalLocalVideos).to.equal(0)
     expect(data.totalLocalVideoViews).to.equal(0)
+    expect(data.totalLocalVideoFilesSize).to.equal(0)
     expect(data.totalUsers).to.equal(1)
     expect(data.totalVideoComments).to.equal(1)
     expect(data.totalVideos).to.equal(1)