Fixes for tests
This commit is contained in:
parent
7f231e952b
commit
c4a205ff0f
|
|
@ -14,6 +14,7 @@ namespace Tests\Feature\Export;
|
|||
use Tests\TestCase;
|
||||
use App\Models\User;
|
||||
use App\Models\Client;
|
||||
use App\Models\Credit;
|
||||
use League\Csv\Reader;
|
||||
use App\Models\Account;
|
||||
use App\Models\Company;
|
||||
|
|
@ -253,8 +254,8 @@ class ReportCsvGenerationTest extends TestCase
|
|||
'X-API-SECRET' => config('ninja.api_secret'),
|
||||
'X-API-TOKEN' => $this->token,
|
||||
])->post('/api/v1/reports/credits', $data);
|
||||
|
||||
$response->assertStatus(200);
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue