mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
Fix Spectre test.
This commit is contained in:
@@ -123,7 +123,7 @@ class StageImportDataHandlerTest extends TestCase
|
|||||||
$revenue = $this->user()->accounts()->where('account_type_id', 5)->first();
|
$revenue = $this->user()->accounts()->where('account_type_id', 5)->first();
|
||||||
$job = new ImportJob;
|
$job = new ImportJob;
|
||||||
$job->user_id = $this->user()->id;
|
$job->user_id = $this->user()->id;
|
||||||
$job->key = 'sid_a_' . random_int(1, 10000);
|
$job->key = 'sid_a__' . random_int(1, 100000);
|
||||||
$job->status = 'new';
|
$job->status = 'new';
|
||||||
$job->stage = 'new';
|
$job->stage = 'new';
|
||||||
$job->provider = 'spectre';
|
$job->provider = 'spectre';
|
||||||
|
Reference in New Issue
Block a user