Skip to content

Commit

Permalink
fix(sharing): Align expected sharing behaviour after server change
Browse files Browse the repository at this point in the history
Ref nextcloud/server#48882

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Oct 30, 2024
1 parent 1bb8231 commit ff5c85a
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit ff5c85a

Please sign in to comment.