diff options
Diffstat (limited to 'tests/data/app/expected-info.json')
-rw-r--r-- | tests/data/app/expected-info.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index 51d0c00ccef..cef7a7fdaba 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -69,8 +69,10 @@ } }, "repair-steps": { + "install": [], "pre-migration": [], "post-migration": [], - "live-migration": [] + "live-migration": [], + "uninstall": [] } } |