[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 committed by Hugo Sales
parent b0b4f37078
commit e80ad2d87b
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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()