diff --git a/tests/oc-integration-tests/drone/frontend-global.toml b/tests/oc-integration-tests/drone/frontend-global.toml index 85eb09a904..f1ece3986b 100644 --- a/tests/oc-integration-tests/drone/frontend-global.toml +++ b/tests/oc-integration-tests/drone/frontend-global.toml @@ -35,6 +35,9 @@ prefix = "" # at the files/ endpoint? what about migration? separate reva instance files_namespace = "/" +"allow_depth_infinity" = true + + # similar to the dav/files endpoint we can configure a prefix for the old webdav endpoint # we use the old webdav endpoint to present the cs3 namespace # note: this changes the tree that is rendered at remote.php/webdav from the users home to the cs3 namespace diff --git a/tests/oc-integration-tests/drone/frontend.toml b/tests/oc-integration-tests/drone/frontend.toml index b06f28f95f..0748a2375f 100644 --- a/tests/oc-integration-tests/drone/frontend.toml +++ b/tests/oc-integration-tests/drone/frontend.toml @@ -48,6 +48,8 @@ files_namespace = "/users/{{.Id.OpaqueId}}" webdav_namespace = "/users/{{.Id.OpaqueId}}" machine_auth_apikey = "change-me-please" +"allow_depth_infinity" = true + [http.services.ocs] machine_auth_apikey = "change-me-please"