fix logic and tests, update docker CI file
This commit is contained in:
@@ -60,7 +60,7 @@ class PaypalTransactionsControllerTest extends TestCase
|
||||
$response = $this->get('/api/v1/finance/paypal-transactions/csv');
|
||||
|
||||
$response->assertOk();
|
||||
$response->assertHeader('Content-Type', 'text/csv');
|
||||
$response->assertHeader('Content-Type', 'text/csv; charset=utf-8');
|
||||
}
|
||||
|
||||
private function seedUsers(): void
|
||||
|
||||
Reference in New Issue
Block a user