From fb7a93a46d2756552ea2a9df14ef8f540a75aa29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 7 Jan 2022 15:24:58 +0000 Subject: [PATCH] expect type project instead of share MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- tests/acceptance/features/apiSpaces/shareSpaces.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/apiSpaces/shareSpaces.feature b/tests/acceptance/features/apiSpaces/shareSpaces.feature index c65eac05d..3d4dd7b69 100644 --- a/tests/acceptance/features/apiSpaces/shareSpaces.feature +++ b/tests/acceptance/features/apiSpaces/shareSpaces.feature @@ -26,7 +26,7 @@ Feature: Share spaces When user "Brian" lists all available spaces via the GraphApi Then the json responded should contain a space "Share space to Brian" with these key and value pairs: | key | value | - | driveType | share | + | driveType | project | | id | %space_id% | | name | Share space to Brian | | quota@@@state | normal | @@ -55,7 +55,7 @@ Feature: Share spaces When user "Brian" lists all available spaces via the GraphApi Then the json responded should contain a space "Unshare space" with these key and value pairs: | key | value | - | driveType | share | + | driveType | project | | id | %space_id% | | name | Unshare space | When user "Alice" unshares a space "Unshare space" to user "Brian"