File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ Feature: Authorization checking
87
87
And the JSON node "ownerOnlyProperty" should exist
88
88
And the JSON node "ownerOnlyProperty" should not be null
89
89
90
+ @!mongodb
90
91
Scenario : An admin can create a secured resource with properties depending on themselves
91
92
When I add "Accept" header equal to "application/ld+json"
92
93
And I add "Content-Type" header equal to "application/ld+json"
@@ -100,6 +101,7 @@ Feature: Authorization checking
100
101
"""
101
102
Then the response status code should be 201
102
103
104
+ @!mongodb
103
105
Scenario : A user cannot patch a secured property if not granted
104
106
When I add "Content-Type" header equal to "application/merge-patch+json"
105
107
And I add "Authorization" header equal to "Basic YWRtaW46a2l0dGVu"
You can’t perform that action at this time.
0 commit comments