[TESTS][Controller][AdminTest] Update int tests to use attachment file_quota instead, as we deleted attachment max width

This commit is contained in:
Diogo Peralta Cordeiro 2021-08-18 23:37:57 +01:00
parent 4089fc692d
commit 6e9cde8a5c
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 1 additions and 1 deletions

View File

@ -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()