[TESTS][Controller][AdminTest] Update int tests to use attachment file_quota instead, as we deleted attachment max width
This commit is contained in:
parent
b0b4f37078
commit
e80ad2d87b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user