diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-19 12:19:39 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-22 08:38:41 +0200 |
commit | d0030aad6cb108bbf4ca729d0e11f3438145aba9 (patch) | |
tree | b67c516648a5aaced4598e889c93f85db3adb957 /tests/data | |
parent | ded84bf571dd51798904823405f673e16ca5eff4 (diff) | |
download | nextcloud-server-d0030aad6cb108bbf4ca729d0e11f3438145aba9.tar.gz nextcloud-server-d0030aad6cb108bbf4ca729d0e11f3438145aba9.zip |
Remove deprecated HTTPHelper from InfoParser
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/app/expected-info.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index d86ffed482b..e05d02f7641 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -67,5 +67,9 @@ "max-version": "8" } } + }, + "repair-steps": { + "pre-migration": [], + "post-migration": [] } } |