diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-05-02 15:26:12 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-05-03 08:58:12 +0200 |
commit | 71fa0a75bf152b763fb3ee86dc5102b0c29d27b5 (patch) | |
tree | f3b347219d96e28331083fe33cf3b709119f5d48 /tests/data | |
parent | adf7e7295ed94a04bd9fcb056b81e664b45b4f07 (diff) | |
download | nextcloud-server-71fa0a75bf152b763fb3ee86dc5102b0c29d27b5.tar.gz nextcloud-server-71fa0a75bf152b763fb3ee86dc5102b0c29d27b5.zip |
Allow declaration of background jobs in info.xml
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/app/expected-info.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index cef7a7fdaba..81de5341efa 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -74,5 +74,6 @@ "post-migration": [], "live-migration": [], "uninstall": [] - } + }, + "background-jobs": [] } |