From e88cf0a1a2d840b65a373bf64c48d454cd8e4fd8 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 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"