aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-10 15:39:41 +0100
committerJoas Schilling <coding@schilljs.com>2016-11-16 09:25:45 +0100
commit8725302307c90d69399fba3c52cb3f4672c85a6f (patch)
treee69bb9297cfb4d003fcb31c6b6f56caaa3482583
parentb8958ee9379be1876ed982fdef88be6934ba39da (diff)
downloadnextcloud-server-8725302307c90d69399fba3c52cb3f4672c85a6f.tar.gz
nextcloud-server-8725302307c90d69399fba3c52cb3f4672c85a6f.zip
Fix InfoParser empty tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--tests/data/app/expected-info.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json
index fb596f296da..646f22bea85 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": []
+ }
}