From b38d2daede9f6079040412d0a0531ac549433582 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 15 Feb 2023 21:43:33 +0100 Subject: fix the contacts-menu vcf-contact avatars Signed-off-by: Simon L --- tests/lib/Contacts/ContactsMenu/ContactsStoreTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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') -- cgit v1.2.3