mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 05:24:35 -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);
|
nlog($message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->assertTrue($response->headers->get('content-type') == 'application/pdf');
|
||||||
|
|
||||||
$response->assertStatus(200);
|
$response->assertStatus(200);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user