Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-04-22 16:43:57 +0300
committerJoas Schilling <coding@schilljs.com>2021-04-22 16:43:57 +0300
commit83e10b7a736f7cfa9c933d0476b4784a062bb222 (patch)
treefbf12e45a151609210a8f07dc505fd8fc771d519 /build/integration/remoteapi_features
parent4ed296db9f452985bc129409147594a155c96818 (diff)
Adjust integration test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/integration/remoteapi_features')
-rw-r--r--build/integration/remoteapi_features/remote.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/integration/remoteapi_features/remote.feature b/build/integration/remoteapi_features/remote.feature
index 72daf8226cd..62fd95e0130 100644
--- a/build/integration/remoteapi_features/remote.feature
+++ b/build/integration/remoteapi_features/remote.feature
@@ -34,4 +34,5 @@ Feature: remote
Given using remote server "REMOTE"
And user "user0" exists
And using credentials "user0", "invalid"
- Then the capability "theming.name" is "Nextcloud"
+ Then the capability "theming.name" is "OC\ForbiddenException"
+ Then the request should throw a "OC\ForbiddenException"