From a1ff97cd4982e07e839deb213164742c3699dc02 Mon Sep 17 00:00:00 2001 From: Hugo Gonzalez Labrador Date: Tue, 22 Jun 2021 13:28:28 +0200 Subject: [PATCH 1/2] test: use empty array for ocs notifications api --- tests/oc-integration-tests/drone/frontend.toml | 2 +- tests/oc-integration-tests/local/frontend.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/oc-integration-tests/drone/frontend.toml b/tests/oc-integration-tests/drone/frontend.toml index 783a64e8dc..bea95138ec 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 9d74dc17a8..5c98ac3c22 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" From d72053a23ef456c4f99ecf5c186a1bb088f1c6c6 Mon Sep 17 00:00:00 2001 From: Hugo Gonzalez Labrador Date: Tue, 22 Jun 2021 14:15:15 +0200 Subject: [PATCH 2/2] changelog: add --- changelog/unreleased/ocs-notifications.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/unreleased/ocs-notifications.md diff --git a/changelog/unreleased/ocs-notifications.md b/changelog/unreleased/ocs-notifications.md new file mode 100644 index 0000000000..32a55ea951 --- /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