summaryrefslogtreecommitdiffstats
path: root/tests/php
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-02-23 12:58:03 +0100
committerGitHub <noreply@github.com>2023-02-23 12:58:03 +0100
commitd5b7e2a5a100c7b2476a1cad43f00a1b147fe37a (patch)
tree6e88b1ebbdbd6c061a2600c735136c7716b51b62 /tests/php
parentd49f3ed45c1af414efa2537c217775ba19fb22dc (diff)
parent876f70c22b8a15783aed8b26a19ba54c374b0ef1 (diff)
Merge pull request #8805 from nextcloud/bugfix/8760/remove-avatar-capability
Remove avatar capability
Diffstat (limited to 'tests/php')
-rw-r--r--tests/php/Activity/Provider/BaseTest.php2
-rw-r--r--tests/php/CapabilitiesTest.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/php/Activity/Provider/BaseTest.php b/tests/php/Activity/Provider/BaseTest.php
index a2875081c..529e13985 100644
--- a/tests/php/Activity/Provider/BaseTest.php
+++ b/tests/php/Activity/Provider/BaseTest.php
@@ -228,7 +228,7 @@ class BaseTest extends TestCase {
'name' => $expectedName,
'call-type' => $expectedType,
'link' => 'url',
- 'icon-url' => '',
+ // 'icon-url' => '',
], self::invokePrivate($provider, 'getRoom', [$room, 'user']));
}
diff --git a/tests/php/CapabilitiesTest.php b/tests/php/CapabilitiesTest.php
index 16f86878d..85f308372 100644
--- a/tests/php/CapabilitiesTest.php
+++ b/tests/php/CapabilitiesTest.php
@@ -123,7 +123,6 @@ class CapabilitiesTest extends TestCase {
'talk-polls',
'breakout-rooms-v1',
'recording-v1',
- 'avatar',
'chat-get-context',
'single-conversation-status',
'message-expiration',