From a0eeed2578f3185d715cdd261959f212475ae9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 13 Oct 2022 09:50:23 +0000 Subject: [PATCH] fix examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .../features/apiTrashbin/trashbinFilesFolders.feature | 5 +++-- .../features/apiTrashbinRestore/trashbinRestore.feature | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/acceptance/features/apiTrashbin/trashbinFilesFolders.feature b/tests/acceptance/features/apiTrashbin/trashbinFilesFolders.feature index a33f0a593eb8..ec2269cc1eaf 100644 --- a/tests/acceptance/features/apiTrashbin/trashbinFilesFolders.feature +++ b/tests/acceptance/features/apiTrashbin/trashbinFilesFolders.feature @@ -220,7 +220,7 @@ Feature: files and folders exist in the trashbin after being deleted | new | 401 | @skipOnOcV10 @personalSpace Examples: - | dav-path | status_code | + | dav-path | status-code | | new | 404 | | spaces | 404 | @@ -246,12 +246,13 @@ Feature: files and folders exist in the trashbin after being deleted | textfile0.txt | testtrashbin102 | | textfile2.txt | testtrashbin102 | | textfile3.txt | testtrashbin102 | + @skipOnOcis Examples: | dav-path | status-code | | new | 401 | @skipOnOcV10 @personalSpace Examples: - | dav-path | status_code | + | dav-path | status-code | | new | 404 | | spaces | 404 | diff --git a/tests/acceptance/features/apiTrashbinRestore/trashbinRestore.feature b/tests/acceptance/features/apiTrashbinRestore/trashbinRestore.feature index 54cf8f2dce46..0ba5b04292a3 100644 --- a/tests/acceptance/features/apiTrashbinRestore/trashbinRestore.feature +++ b/tests/acceptance/features/apiTrashbinRestore/trashbinRestore.feature @@ -206,7 +206,7 @@ Feature: Restore deleted files/folders | new | 401 | @skipOnOcV10 Examples: - | dav-path | status_code | + | dav-path | status-code | | old | 404 | | new | 404 |