add driveAlias to the graphAPI

This commit is contained in:
Michael Barz
2022-03-16 15:38:40 +01:00
parent b3a1a14740
commit 3a59c7ec4c
5 changed files with 24 additions and 14 deletions
@@ -15,6 +15,7 @@ Feature: List and create spaces
And the json responded should contain a space "Alice Hansen" with these key and value pairs:
| key | value |
| driveType | personal |
| driveAlias | personal/Alice |
| id | %space_id% |
| name | Alice Hansen |
| quota@@@state | normal |
@@ -61,6 +62,7 @@ Feature: List and create spaces
And the json responded should contain a space "Project Mars" with these key and value pairs:
| key | value |
| driveType | project |
| driveAlias | project/project-mars |
| name | Project Mars |
| quota@@@total | 1000000000 |
| root@@@webDavUrl | %base_url%/dav/spaces/%space_id% |