From 2e9c67f85c22a178e2d0a2bf717f29a0b1cecf38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Fri, 11 Nov 2022 09:34:46 +0100 Subject: [PATCH] Fix HTTP status code expectation --- tests/acceptance/features/apiSpaces/removeSpaceObjects.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiSpaces/removeSpaceObjects.feature b/tests/acceptance/features/apiSpaces/removeSpaceObjects.feature index bdcd09eaaf..3a679d4ecc 100644 --- a/tests/acceptance/features/apiSpaces/removeSpaceObjects.feature +++ b/tests/acceptance/features/apiSpaces/removeSpaceObjects.feature @@ -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 |