Skip to content

Commit

Permalink
Add notToImplementOnOCIS tag in ocsGETAuth.feature:243
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Aug 18, 2021
1 parent bd75908 commit 8d9f618
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 8d9f618

Please sign in to comment.