Skip to content

Commit

Permalink
Merge pull request #13670 from nextcloud/backport/13632/stable30.0
Browse files Browse the repository at this point in the history
[stable30.0] fix(sharing): Align expected sharing behaviour after server change
  • Loading branch information
nickvergessen authored Oct 30, 2024
2 parents 1bb8231 + ff5c85a commit 79fd787
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 79fd787

Please sign in to comment.