From 8006cdf3c7219325e8ea12f034c913b41848c7c6 Mon Sep 17 00:00:00 2001 From: Hugo Labrador Date: Fri, 25 Jun 2021 10:10:55 +0200 Subject: [PATCH] test: use empty array for ocs notifications api (#1808) --- changelog/unreleased/ocs-notifications.md | 3 +++ tests/oc-integration-tests/drone/frontend.toml | 2 +- tests/oc-integration-tests/local/frontend.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 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"