adjust issue to the current behaiviour

This commit is contained in:
Artur Neumann
2020-10-22 11:33:56 +05:45
parent 0e56eddfba
commit c31dd9e302
@@ -13,7 +13,8 @@ Feature: sharing
When user "Alice" deletes the last share using the sharing API
Then the OCS status code should be "<ocs_status_code>"
And the HTTP status code should be "200"
And as "Brian" file "/Shares/textfile0.txt" should exist
When user "Brian" requests "/remote.php/dav/files" with "PROPFIND" using basic auth
Then the HTTP status code should be "500"
Examples:
| ocs_api_version | ocs_status_code |
| 1 | 100 |