From 86dff6d9358b861c3069c7e29c4ab22d500fe8fd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 8 Jul 2026 10:04:55 +0200 Subject: [PATCH] test(integration): Adjust expected status code after server sharing changes Signed-off-by: Joas Schilling --- tests/integration/features/sharing-1/create.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/features/sharing-1/create.feature b/tests/integration/features/sharing-1/create.feature index 56ec7538efd..1301e49e54e 100644 --- a/tests/integration/features/sharing-1/create.feature +++ b/tests/integration/features/sharing-1/create.feature @@ -428,7 +428,7 @@ Feature: sharing-1/create | share_type | 0 | And user "participant1" accepts last share When user "participant1" shares "welcome (2).txt" with room "group room" - Then the OCS status code should be "404" + Then the OCS status code should be "403" And the HTTP status code should be "200" And user "participant1" gets all shares And the list of returned shares has 0 shares