diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-02-29 17:30:02 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-02-29 20:53:38 +0100 |
commit | d04edfaf0dee3c2f1b4347a4ed36a79477d4a3f9 (patch) | |
tree | 0b2e653611b941193f012901a535fccd754feb25 /build/integration/config/behat.yml | |
parent | 52d217d77519ed95a18237b09a351f83a0ae7f47 (diff) | |
download | nextcloud-server-d04edfaf0dee3c2f1b4347a4ed36a79477d4a3f9.tar.gz nextcloud-server-d04edfaf0dee3c2f1b4347a4ed36a79477d4a3f9.zip |
Hides nodes from listing that the user has no access to
Diffstat (limited to 'build/integration/config/behat.yml')
-rw-r--r-- | build/integration/config/behat.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml index a1f9d610c68..d0c4586d285 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -16,6 +16,10 @@ default: baseUrl: http://localhost:8080 - TagsContext: baseUrl: http://localhost:8080 + - CardDavContext: + baseUrl: http://localhost:8080 + - CalDavContext: + baseUrl: http://localhost:8080 federation: paths: - %paths.base%/../federation_features |