remove unused index paramater

Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
This commit is contained in:
prashant-gurung899
2024-06-24 16:57:36 +05:45
parent 5f03a566ee
commit 263a3dc4e2
5 changed files with 32 additions and 22 deletions
@@ -59,7 +59,7 @@ Feature: change shared resource
When user "Alice" downloads version of the file "/textfile1.txt" with the index "1" of the space "Personal" using the WebDAV API
Then the HTTP status code should be "200"
And the downloaded content should be "old content version 2"
When user "Brian" tries to get version of the file "/textfile1.txt" with the index "1" of the space "Shares" using the WebDAV API
When user "Brian" tries to get versions of the file "/textfile1.txt" from the space "Shares" using the WebDAV API
Then the HTTP status code should be "403"
Examples:
| user-role |