summaryrefslogtreecommitdiffstats
path: root/tests/unit/Service/Social/DiasporaProviderTest.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-10-31 14:06:39 +0100
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-11-30 17:25:07 +0000
commitede93bcb6e6d8ebe8fa326b902bdfd6c63efa1a6 (patch)
tree019dc5d7f8f854bfc313636ee4be1727e50011d6 /tests/unit/Service/Social/DiasporaProviderTest.php
parentff8cd43f62e3e423f2cd1db971b2ffd385ae0ca4 (diff)
fix(socialavatars): Fix HTTP client usagebackport/3681/stable5.4
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/unit/Service/Social/DiasporaProviderTest.php')
-rw-r--r--tests/unit/Service/Social/DiasporaProviderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Service/Social/DiasporaProviderTest.php b/tests/unit/Service/Social/DiasporaProviderTest.php
index ab48866d..e2361395 100644
--- a/tests/unit/Service/Social/DiasporaProviderTest.php
+++ b/tests/unit/Service/Social/DiasporaProviderTest.php
@@ -49,7 +49,7 @@ class DiasporaProviderTest extends TestCase {
$this->client = $this->createMock(IClient::class);
$this->clientService
- ->method('NewClient')
+ ->method('newClient')
->willReturn($this->client);
$this->provider = new DiasporaProvider(