From 210709a9076ac152dd377234866b8e9b9108382a Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Wed, 18 Sep 2019 17:20:37 +0200
Subject: [PATCH] Fix tests

---
 server/tests/api/videos/multiple-servers.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts
index 0169498e9..aeda188c2 100644
--- a/server/tests/api/videos/multiple-servers.ts
+++ b/server/tests/api/videos/multiple-servers.ts
@@ -998,7 +998,7 @@ describe('Test multiple servers', function () {
           },
           isLocal,
           duration: 5,
-          commentsEnabled: false,
+          commentsEnabled: true,
           downloadEnabled: true,
           tags: [ ],
           privacy: VideoPrivacy.PUBLIC,