Add checks for content type of statement object

This commit is contained in:
David Bomba 2023-01-17 11:06:41 +11:00
parent b387528a4a
commit 8bc298daa4

View File

@ -78,6 +78,8 @@ class ClientApiTest extends TestCase
nlog($message);
}
$this->assertTrue($response->headers->get('content-type') == 'application/pdf');
$response->assertStatus(200);
}