diff --git a/tests/Controller/AdminTest.php b/tests/Controller/AdminTest.php index 1f171bbfa9..b3bd811818 100644 --- a/tests/Controller/AdminTest.php +++ b/tests/Controller/AdminTest.php @@ -59,7 +59,7 @@ class AdminTest extends GNUsocialTestCase public function testSiteInt() { - $this->test(['attachments', 'max_width'], fn () => 1024); + $this->test(['attachments', 'file_quota'], fn () => 8388608); // 1MB in bits } public function testSiteArray()