diff options
Diffstat (limited to 'tests/data/app/expected-info.json')
-rw-r--r-- | tests/data/app/expected-info.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index b899df7a8d6..ab4f103939a 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -60,6 +60,12 @@ }, "curl" ], - "os": "Linux" + "os": "Linux", + "owncloud": { + "@attributes" : { + "min-version": "7.01", + "max-version": "8" + } + } } } |