From 8725302307c90d69399fba3c52cb3f4672c85a6f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 10 Nov 2016 15:39:41 +0100 Subject: [PATCH] Fix InfoParser empty tests Signed-off-by: Joas Schilling --- tests/data/app/expected-info.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index fb596f296d..646f22bea8 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -77,5 +77,10 @@ }, "background-jobs": [], "two-factor-providers": [], - "commands": [] + "commands": [], + "activity": { + "filters": [], + "settings": [], + "providers": [] + } }