From 9a86777df6f091a7fdcda0c9e2da2bd4de71f21e Mon Sep 17 00:00:00 2001 From: "sagargurung1001@gmail.com" Date: Wed, 28 Dec 2022 09:31:01 +0545 Subject: [PATCH] Rebase and review address --- tests/acceptance/features/apiContract/propfind.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiContract/propfind.feature b/tests/acceptance/features/apiContract/propfind.feature index a6d4575214..13cebf83fe 100644 --- a/tests/acceptance/features/apiContract/propfind.feature +++ b/tests/acceptance/features/apiContract/propfind.feature @@ -30,7 +30,7 @@ Feature: Propfind test And user "Alice" has shared a space "new-space" to user "Brian" with role "" When user "Brian" sends PROPFIND request to space "new-space" using the WebDAV API Then the HTTP status code should be "207" - And for user "Brian" the "PROPFIND" response should contain a space "new-space" with these key and value pairs: + And the "PROPFIND" response should contain a space "new-space" with these key and value pairs: | key | value | | oc:fileid | UUIDof:new-space | | oc:name | new-space |