feat: site subscriptions export require download=1 safety valve
This commit is contained in:
@@ -53,7 +53,7 @@ class AdminSiteSubscriptionExportTest extends TestCase
|
||||
'activated_at' => now()->subDays(1),
|
||||
]);
|
||||
|
||||
$res = $this->get('/admin/site-subscriptions/export');
|
||||
$res = $this->get('/admin/site-subscriptions/export?download=1');
|
||||
|
||||
$res->assertOk();
|
||||
$res->assertHeader('content-type', 'text/csv; charset=UTF-8');
|
||||
|
||||
Reference in New Issue
Block a user