aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-12-01 16:25:15 +0100
committerRobin Appelman <robin@icewind.nl>2025-05-14 15:23:27 +0200
commit5c33aec11f1906ecdd1ec418e840c81e651f3173 (patch)
tree8a1d759267482ac8501a0b215b3b45b91973f788 /tests
parentfa8e16199bc067b5902a608274beb16a929423db (diff)
downloadnextcloud-server-multi-object-store.tar.gz
nextcloud-server-multi-object-store.zip
feat: allow configuring multiple objectstore configurationsmulti-object-store
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Files/Mount/ObjectHomeMountProviderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Files/Mount/ObjectHomeMountProviderTest.php b/tests/lib/Files/Mount/ObjectHomeMountProviderTest.php
index 2a68e4ed8fb..deb3fb07189 100644
--- a/tests/lib/Files/Mount/ObjectHomeMountProviderTest.php
+++ b/tests/lib/Files/Mount/ObjectHomeMountProviderTest.php
@@ -83,7 +83,7 @@ class ObjectHomeMountProviderTest extends \Test\TestCase {
$this->config->method('getUserValue')
->willReturn(null);
- $this->config->expects($this->once())
+ $this->config
->method('setUserValue')
->with(
$this->equalTo('uid'),