summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-02-15 21:43:33 +0100
committerSimon L <szaimen@e.mail.de>2023-02-15 23:16:43 +0100
commitb38d2daede9f6079040412d0a0531ac549433582 (patch)
tree490ad78aa1e822f7f94bbd062fd8fd6fd2a56217 /tests
parentb36a31c918ad997e6d227dc7923791c487e18e51 (diff)
downloadnextcloud-server-b38d2daede9f6079040412d0a0531ac549433582.tar.gz
nextcloud-server-b38d2daede9f6079040412d0a0531ac549433582.zip
fix the contacts-menu vcf-contact avatars
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php b/tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
index a038058069e..ccb888a6c3d 100644
--- a/tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
+++ b/tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php
@@ -142,7 +142,7 @@ class ContactsStoreTest extends TestCase {
$user = $this->createMock(IUser::class);
$this->urlGenerator->expects($this->any())
->method('linkToRouteAbsolute')
- ->with('core.avatar.getAvatar', $this->anything())
+ ->with('core.GuestAvatar.getAvatar', $this->anything())
->willReturn('https://urlToNcAvatar.test');
$this->contactsManager->expects($this->once())
->method('search')