mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Add checks for content type of statement object
This commit is contained in:
parent
b387528a4a
commit
8bc298daa4
@ -78,6 +78,8 @@ class ClientApiTest extends TestCase
|
||||
nlog($message);
|
||||
}
|
||||
|
||||
$this->assertTrue($response->headers->get('content-type') == 'application/pdf');
|
||||
|
||||
$response->assertStatus(200);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user