diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-26 11:56:56 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-26 11:56:56 +0200 |
commit | 2ee7d2485cbcbd3617b3adcbf2e5925b0c6598c3 (patch) | |
tree | c9aeecc783d4920620e01a111e03a0af7a538b91 /tests/data | |
parent | 6d62a74d7ec3ff1d761a42e8a0adcf551bc22f85 (diff) | |
download | nextcloud-server-2ee7d2485cbcbd3617b3adcbf2e5925b0c6598c3.tar.gz nextcloud-server-2ee7d2485cbcbd3617b3adcbf2e5925b0c6598c3.zip |
Introduce background repair steps
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 e05d02f7641..51d0c00ccef 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -70,6 +70,7 @@ }, "repair-steps": { "pre-migration": [], - "post-migration": [] + "post-migration": [], + "live-migration": [] } } |