Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(sharing): Align expected sharing behaviour after server change
Ref nextcloud/server#48882

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Oct 25, 2024
commit 458dc846d292e9358412ed2ad0df07b852ef333a
4 changes: 2 additions & 2 deletions tests/integration/features/sharing-1/create.feature
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Feature: create
And share is returned with
| permissions | 1 |
| share_type | 0 |
| mail_send | 1 |
| mail_send | 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"
Expand Down Expand Up @@ -738,7 +738,7 @@ Feature: create
| share_with | participant2 |
| share_with_displayname | participant2-displayname |
| share_type | 0 |
| mail_send | 1 |
| mail_send | 0 |
And user "participant2" gets all received shares
And the list of returned shares has 2 shares
And share 0 is returned with
Expand Down