aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjld3103 <jld3103yt@gmail.com>2023-05-09 12:27:46 +0200
committerjld3103 <jld3103yt@gmail.com>2023-05-15 18:18:21 +0200
commit2a19753cf744998b7daf3cf11fb1144325d9a7e2 (patch)
tree0ca308b44f4da52f18f5cb7bd44e3b50832e8151 /tests
parente294045223992056051659f620be5a49ece6d8e8 (diff)
downloadnextcloud-server-2a19753cf744998b7daf3cf11fb1144325d9a7e2.tar.gz
nextcloud-server-2a19753cf744998b7daf3cf11fb1144325d9a7e2.zip
Clear generated avatar caches
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Repair/ClearGeneratedAvatarCacheTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Repair/ClearGeneratedAvatarCacheTest.php b/tests/lib/Repair/ClearGeneratedAvatarCacheTest.php
index 44fc709c72a..0e3347cd5ac 100644
--- a/tests/lib/Repair/ClearGeneratedAvatarCacheTest.php
+++ b/tests/lib/Repair/ClearGeneratedAvatarCacheTest.php
@@ -61,7 +61,7 @@ class ClearGeneratedAvatarCacheTest extends \Test\TestCase {
['15.0.0.3', true],
['13.0.5.2', true],
['12.0.0.0', true],
- ['26.0.0.1', false],
+ ['26.0.0.1', true],
['15.0.0.2', true],
['13.0.0.0', true],
['27.0.0.5', false]