mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-24 06:34:18 -06:00
Fix HTTP status code expectation
This commit is contained in:
@@ -73,7 +73,7 @@ Feature: Remove files, folder
|
||||
|
||||
Scenario: An user is unable to delete a Space via the webDav API
|
||||
When user "Alice" removes the folder "" from space "delete objects"
|
||||
Then the HTTP status code should be "400"
|
||||
Then the HTTP status code should be "405"
|
||||
And the user "Alice" should have a space called "delete objects" with these key and value pairs:
|
||||
| key | value |
|
||||
| name | delete objects |
|
||||
|
||||
Reference in New Issue
Block a user