diff --git a/changelog/unreleased/ocs-notifications.md b/changelog/unreleased/ocs-notifications.md new file mode 100644 index 00000000000..32a55ea951f --- /dev/null +++ b/changelog/unreleased/ocs-notifications.md @@ -0,0 +1,3 @@ +Bugfix: use empty array in OCS Notifications endpoints + +https://github.com/cs3org/reva/pull/1808 diff --git a/tests/oc-integration-tests/drone/frontend.toml b/tests/oc-integration-tests/drone/frontend.toml index 783a64e8dca..bea95138ec3 100644 --- a/tests/oc-integration-tests/drone/frontend.toml +++ b/tests/oc-integration-tests/drone/frontend.toml @@ -107,7 +107,7 @@ outgoing = true incoming = true [http.services.ocs.capabilities.capabilities.notifications] -endpoints = ["disable"] +endpoints = [] [http.services.ocs.capabilities.capabilities.files.tus_support] version = "1.0.0" diff --git a/tests/oc-integration-tests/local/frontend.toml b/tests/oc-integration-tests/local/frontend.toml index 9d74dc17a87..5c98ac3c224 100644 --- a/tests/oc-integration-tests/local/frontend.toml +++ b/tests/oc-integration-tests/local/frontend.toml @@ -107,7 +107,7 @@ outgoing = true incoming = true [http.services.ocs.capabilities.capabilities.notifications] -endpoints = ["disable"] +endpoints = [] [http.services.ocs.capabilities.capabilities.files.tus_support] version = "1.0.0"