From c31dd9e30240a54b0b9a7d5d73956c4a1e21d72f Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Thu, 22 Oct 2020 11:33:56 +0545 Subject: [PATCH] adjust issue to the current behaiviour --- .../apiShareManagementBasic-deleteShare.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ocis/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-deleteShare.feature b/ocis/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-deleteShare.feature index 19bd4f23c..37d080cae 100644 --- a/ocis/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-deleteShare.feature +++ b/ocis/tests/acceptance/features/apiOcisSpecific/apiShareManagementBasic-deleteShare.feature @@ -13,7 +13,8 @@ Feature: sharing When user "Alice" deletes the last share using the sharing API Then the OCS status code should be "" 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 |