From b974dd5b733db8b0bbf20a9cccbb99715992c545 Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Wed, 1 Apr 2020 13:20:01 +0200
Subject: [PATCH] Update new test as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
---
 core/js/tests/specs/setupchecksSpec.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/js/tests/specs/setupchecksSpec.js b/core/js/tests/specs/setupchecksSpec.js
index 891b5fc84c8..f4c81c6bf78 100644
--- a/core/js/tests/specs/setupchecksSpec.js
+++ b/core/js/tests/specs/setupchecksSpec.js
@@ -989,6 +989,7 @@ describe('OC.SetupChecks tests', function() {
 					isSettimelimitAvailable: true,
 					hasFreeTypeSupport: true,
 					missingIndexes: [],
+					missingColumns: [],
 					cronErrors: [],
 					cronInfo: {
 						diffInSeconds: 0
-- 
GitLab