Skip to content

Commit

Permalink
Fix HTTP status code expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Nov 11, 2022
1 parent 8517db8 commit 2e9c67f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 2e9c67f

Please sign in to comment.