expect type project instead of share

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-01-07 15:24:58 +00:00
parent f706d76335
commit fb7a93a46d

View File

@@ -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"