From b512f85de8bb1fc83ecf8f7c78b787b56ff567db Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 10 Oct 2023 10:26:16 +0200 Subject: [PATCH] Add latest changes from drone tests config to local config --- tests/oc-integration-tests/drone/frontend-global.toml | 2 +- tests/oc-integration-tests/drone/frontend.toml | 2 +- tests/oc-integration-tests/local/frontend.toml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/oc-integration-tests/drone/frontend-global.toml b/tests/oc-integration-tests/drone/frontend-global.toml index f1ece3986b..d8e158e63e 100644 --- a/tests/oc-integration-tests/drone/frontend-global.toml +++ b/tests/oc-integration-tests/drone/frontend-global.toml @@ -35,7 +35,7 @@ prefix = "" # at the files/ endpoint? what about migration? separate reva instance files_namespace = "/" -"allow_depth_infinity" = true +allow_depth_infinity = true # similar to the dav/files endpoint we can configure a prefix for the old webdav endpoint diff --git a/tests/oc-integration-tests/drone/frontend.toml b/tests/oc-integration-tests/drone/frontend.toml index 0748a2375f..a0225c90e9 100644 --- a/tests/oc-integration-tests/drone/frontend.toml +++ b/tests/oc-integration-tests/drone/frontend.toml @@ -48,7 +48,7 @@ files_namespace = "/users/{{.Id.OpaqueId}}" webdav_namespace = "/users/{{.Id.OpaqueId}}" machine_auth_apikey = "change-me-please" -"allow_depth_infinity" = true +allow_depth_infinity = true [http.services.ocs] machine_auth_apikey = "change-me-please" diff --git a/tests/oc-integration-tests/local/frontend.toml b/tests/oc-integration-tests/local/frontend.toml index 330c86addd..3da4d5bacf 100644 --- a/tests/oc-integration-tests/local/frontend.toml +++ b/tests/oc-integration-tests/local/frontend.toml @@ -55,6 +55,8 @@ files_namespace = "/users/{{.Id.OpaqueId}}" webdav_namespace = "/users/{{.Id.OpaqueId}}" machine_auth_apikey = "change-me-please" +allow_depth_infinity = true + # serve /ocs which contains the sharing and user provisioning api of owncloud classic [http.services.ocs] machine_auth_apikey = "change-me-please"