зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #5634 from nextcloud/bugfix/noid/fix-expected-http-status-code-for-403
Fix expected HTTP status code for OCS 403
This commit is contained in:
Коммит
24f80d7984
|
@ -608,7 +608,7 @@ Feature: create
|
||||||
And user "participant1" shares "welcome.txt" with room "group room" with OCS 100
|
And user "participant1" shares "welcome.txt" with room "group room" with OCS 100
|
||||||
When user "participant1" shares "welcome.txt" with room "group room"
|
When user "participant1" shares "welcome.txt" with room "group room"
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets all shares
|
And user "participant1" gets all shares
|
||||||
And the list of returned shares has 1 shares
|
And the list of returned shares has 1 shares
|
||||||
And share 0 is returned with
|
And share 0 is returned with
|
||||||
|
@ -643,7 +643,7 @@ Feature: create
|
||||||
And user "participant1" shares "welcome.txt" with room "group room" with OCS 100
|
And user "participant1" shares "welcome.txt" with room "group room" with OCS 100
|
||||||
When user "participant2" shares "Talk/welcome.txt" with room "group room"
|
When user "participant2" shares "Talk/welcome.txt" with room "group room"
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets all shares
|
And user "participant1" gets all shares
|
||||||
And the list of returned shares has 1 shares
|
And the list of returned shares has 1 shares
|
||||||
And share 0 is returned with
|
And share 0 is returned with
|
||||||
|
|
|
@ -516,7 +516,7 @@ Feature: update
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| expireDate | +3 days |
|
| expireDate | +3 days |
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets last share
|
And user "participant1" gets last share
|
||||||
And share is returned with
|
And share is returned with
|
||||||
| uid_owner | participant1 |
|
| uid_owner | participant1 |
|
||||||
|
@ -549,7 +549,7 @@ Feature: update
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| expireDate | +3 days |
|
| expireDate | +3 days |
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets last share
|
And user "participant1" gets last share
|
||||||
And share is returned with
|
And share is returned with
|
||||||
| uid_owner | participant1 |
|
| uid_owner | participant1 |
|
||||||
|
@ -584,7 +584,7 @@ Feature: update
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| expireDate | +3 days |
|
| expireDate | +3 days |
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets last share
|
And user "participant1" gets last share
|
||||||
And share is returned with
|
And share is returned with
|
||||||
| uid_owner | participant1 |
|
| uid_owner | participant1 |
|
||||||
|
@ -620,7 +620,7 @@ Feature: update
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| expireDate | +3 days |
|
| expireDate | +3 days |
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets last share
|
And user "participant1" gets last share
|
||||||
And share is returned with
|
And share is returned with
|
||||||
| uid_owner | participant1 |
|
| uid_owner | participant1 |
|
||||||
|
@ -707,7 +707,7 @@ Feature: update
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| expireDate | +3 days |
|
| expireDate | +3 days |
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets last share
|
And user "participant1" gets last share
|
||||||
And share is returned with
|
And share is returned with
|
||||||
| uid_owner | participant1 |
|
| uid_owner | participant1 |
|
||||||
|
@ -757,7 +757,7 @@ Feature: update
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| expireDate | +3 days |
|
| expireDate | +3 days |
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets last share
|
And user "participant1" gets last share
|
||||||
And share is returned with
|
And share is returned with
|
||||||
| uid_owner | participant1 |
|
| uid_owner | participant1 |
|
||||||
|
@ -807,7 +807,7 @@ Feature: update
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| expireDate | +3 days |
|
| expireDate | +3 days |
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets last share
|
And user "participant1" gets last share
|
||||||
And share is returned with
|
And share is returned with
|
||||||
| uid_owner | participant1 |
|
| uid_owner | participant1 |
|
||||||
|
@ -903,7 +903,7 @@ Feature: update
|
||||||
| permissions | 1 |
|
| permissions | 1 |
|
||||||
| expireDate | +3 days |
|
| expireDate | +3 days |
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets last share
|
And user "participant1" gets last share
|
||||||
And share is returned with
|
And share is returned with
|
||||||
| uid_owner | participant1 |
|
| uid_owner | participant1 |
|
||||||
|
@ -994,7 +994,7 @@ Feature: update
|
||||||
When user "participant2" updates last share with
|
When user "participant2" updates last share with
|
||||||
| permissions | 19 |
|
| permissions | 19 |
|
||||||
Then the OCS status code should be "403"
|
Then the OCS status code should be "403"
|
||||||
And the HTTP status code should be "401"
|
And the HTTP status code should be "200"
|
||||||
And user "participant1" gets last share
|
And user "participant1" gets last share
|
||||||
And share is returned with
|
And share is returned with
|
||||||
| uid_owner | participant1 |
|
| uid_owner | participant1 |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче