Fix HTTP status code expectation

This commit is contained in:
André Duffeck
2022-11-11 09:34:46 +01:00
parent 8517db8d80
commit 2e9c67f85c

View File

@@ -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 |