mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean up tests
This commit is contained in:
parent
e819b9ba62
commit
2b6c92a711
@ -717,16 +717,16 @@ class ReportCsvGenerationTest extends TestCase
|
||||
|
||||
$response->assertStatus(409);
|
||||
|
||||
sleep(1);
|
||||
// sleep(1);
|
||||
|
||||
$response = $this->withHeaders([
|
||||
'X-API-SECRET' => config('ninja.api_secret'),
|
||||
'X-API-TOKEN' => $this->token,
|
||||
])->postJson('/api/v1/reports/preview/'.$arr['message']);
|
||||
// $response = $this->withHeaders([
|
||||
// 'X-API-SECRET' => config('ninja.api_secret'),
|
||||
// 'X-API-TOKEN' => $this->token,
|
||||
// ])->postJson('/api/v1/reports/preview/'.$arr['message']);
|
||||
|
||||
$response->assertStatus(200);
|
||||
// $response->assertStatus(200);
|
||||
|
||||
nlog($response->json());
|
||||
// nlog($response->json());
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user