mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
Merge pull request #9160 from owncloud/adjust-test-sharedWithMe
[full-ci] [tests-only] Adjusted the json schema
This commit is contained in:
@@ -4857,19 +4857,10 @@ Feature: an user gets the resources shared to them
|
||||
"""
|
||||
{
|
||||
"type": "object",
|
||||
"required": ["hidden", "mount_point"],
|
||||
"required": ["@UI.Hidden"],
|
||||
"properties": {
|
||||
"hidden": {
|
||||
"@UI.Hidden": {
|
||||
"const": true
|
||||
},
|
||||
"mount_point": {
|
||||
"type": "object",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": {
|
||||
"const": "<resource>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4898,19 +4889,10 @@ Feature: an user gets the resources shared to them
|
||||
"""
|
||||
{
|
||||
"type": "object",
|
||||
"required": ["hidden", "mount_point"],
|
||||
"required": ["@UI.Hidden"],
|
||||
"properties": {
|
||||
"hidden": {
|
||||
"@UI.Hidden": {
|
||||
"const": true
|
||||
},
|
||||
"mount_point": {
|
||||
"type": "object",
|
||||
"required": ["path"],
|
||||
"properties": {
|
||||
"path": {
|
||||
"const": "<resource>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user