Skip to content

Commit

Permalink
Merge pull request #39121 from owncloud/enforce-token-auth
Browse files Browse the repository at this point in the history
[full-ci][tests-only]Add notToImplementOnOCIS tag in ocsGETAuth.feature:243
  • Loading branch information
phil-davis authored Aug 18, 2021
2 parents bd75908 + 8d9f618 commit 82380e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/acceptance/features/apiAuthOcs/ocsGETAuth.feature
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Feature: auth
Then the HTTP status code of responses on all endpoints should be "401"
And the OCS status code of responses on all endpoints should be "997"

@issue-ocis-reva-30 @issue-ocis-reva-60
@notToImplementOnOCIS
Scenario: using OCS with an app password of a normal user
Given a new browser session for "Alice" has been started
And the user has generated a new app password named "my-client"
Expand All @@ -253,7 +253,6 @@ Feature: auth
| /ocs/v1.php/privatedata/getattribute |
Then the HTTP status code of responses on all endpoints should be "200"
And the OCS status code of responses on all endpoints should be "100"

When the user requests these endpoints with "GET" using the generated app password
| endpoint |
| /ocs/v2.php/apps/files_external/api/v1/mounts |
Expand Down

0 comments on commit 82380e3

Please sign in to comment.