Skip to content

Commit 1f77d62

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
fix(sharing): Align expected sharing behaviour after server change
Ref nextcloud/server#48882 Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent fed53a7 commit 1f77d62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/features/sharing-1/create.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Feature: create
425425
And share is returned with
426426
| permissions | 1 |
427427
| share_type | 0 |
428-
| mail_send | 1 |
428+
| mail_send | 0 |
429429
And user "participant1" accepts last share
430430
When user "participant1" shares "welcome (2).txt" with room "group room"
431431
Then the OCS status code should be "404"
@@ -738,7 +738,7 @@ Feature: create
738738
| share_with | participant2 |
739739
| share_with_displayname | participant2-displayname |
740740
| share_type | 0 |
741-
| mail_send | 1 |
741+
| mail_send | 0 |
742742
And user "participant2" gets all received shares
743743
And the list of returned shares has 2 shares
744744
And share 0 is returned with

0 commit comments

Comments
 (0)