Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/php/Signaling/BackendNotifierTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/php/Signaling/BackendNotifierTest.php b/tests/php/Signaling/BackendNotifierTest.php
index 062adaace..c90b00dbc 100644
--- a/tests/php/Signaling/BackendNotifierTest.php
+++ b/tests/php/Signaling/BackendNotifierTest.php
@@ -309,6 +309,7 @@ class BackendNotifierTest extends \Test\TestCase {
'listable' => Room::LISTABLE_NONE,
'active-since' => null,
'sip-enabled' => 0,
+ 'participant-list' => 'refresh',
],
],
]);
@@ -362,6 +363,7 @@ class BackendNotifierTest extends \Test\TestCase {
'listable' => Room::LISTABLE_NONE,
'active-since' => null,
'sip-enabled' => 0,
+ 'participant-list' => 'refresh',
],
],
]);
@@ -390,6 +392,7 @@ class BackendNotifierTest extends \Test\TestCase {
'listable' => Room::LISTABLE_NONE,
'active-since' => null,
'sip-enabled' => 0,
+ 'participant-list' => 'refresh',
],
],
]);