Skip to content

Commit

Permalink
test: use empty array for ocs notifications api (cs3org#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode authored and tmourati committed Jul 12, 2021
1 parent 96604b0 commit e88cf0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog/unreleased/ocs-notifications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bugfix: use empty array in OCS Notifications endpoints

https://github.com/cs3org/reva/pull/1808
2 changes: 1 addition & 1 deletion tests/oc-integration-tests/drone/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/oc-integration-tests/local/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e88cf0a

Please sign in to comment.