validate data length

This commit is contained in:
Damodar Lohani 2025-10-29 03:30:59 +00:00
parent 637bf4f231
commit 60a4266204

View file

@ -591,6 +591,7 @@ trait AvatarsBase
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals('image/png', $response['headers']['content-type']);
$this->assertNotEmpty($response['body']);
$this->assertGreaterThan(10000, strlen($response['body']));
/**
* Test for FAILURE - Invalid headers parameter types