Skip to content

Commit

Permalink
Merge pull request #9160 from owncloud/adjust-test-sharedWithMe
Browse files Browse the repository at this point in the history
[full-ci] [tests-only] Adjusted the json schema
  • Loading branch information
grgprarup authored May 14, 2024
2 parents 35f3018 + 0bf53eb commit 601c4ef
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions tests/acceptance/features/apiSharingNg/sharedWithMe.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
}
}
}
}
}
Expand Down Expand Up @@ -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>"
}
}
}
}
}
Expand Down

0 comments on commit 601c4ef

Please sign in to comment.