diff --git a/ocis/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature b/ocis/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature index d603acb69..5bdb30e8d 100644 --- a/ocis/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature +++ b/ocis/tests/acceptance/features/apiOcisSpecific/apiAuthOcs-ocsPUTAuth.feature @@ -20,12 +20,12 @@ Feature: auth | endpoint | | /ocs/v1.php/cloud/users/%username% | 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 "103" + And the OCS status code of responses on all endpoints should be "998" When the administrator requests these endpoints with "PUT" with body "doesnotmatter" using password "invalid" about user "Alice" | endpoint | | /ocs/v2.php/cloud/users/%username% | - Then the HTTP status code of responses on all endpoints should be "400" - And the OCS status code of responses on all endpoints should be "103" + Then the HTTP status code of responses on all endpoints should be "404" + And the OCS status code of responses on all endpoints should be "998" @issue-ocis-reva-30 @issue-ocis-ocs-28