From 462937b6df1c97d9acda696bab06d9cc0ad36e7b Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 18 Oct 2021 14:55:30 +0200 Subject: [PATCH] Update tests/acceptance/features/apiSpaces/ListSpaces.feature Co-authored-by: Artur Neumann --- tests/acceptance/features/apiSpaces/ListSpaces.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiSpaces/ListSpaces.feature b/tests/acceptance/features/apiSpaces/ListSpaces.feature index f3fd8583e3..66c2c66572 100644 --- a/tests/acceptance/features/apiSpaces/ListSpaces.feature +++ b/tests/acceptance/features/apiSpaces/ListSpaces.feature @@ -12,4 +12,4 @@ Feature: List and create spaces Then the HTTP status code should be "200" And the webDavUrl of the personal space has been found When user "Alice" lists the content of the personal space root using the WebDav Api - And the HTTP status code should be "207" + Then the HTTP status code should be "207"