mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
INA-5 | update tests
This commit is contained in:
parent
de4adadfae
commit
05a1d0c0e6
@ -91,8 +91,7 @@ class SchedulerTest extends TestCase
|
|||||||
])->get('/api/v1/task_scheduler/' . $scheduler->id);
|
])->get('/api/v1/task_scheduler/' . $scheduler->id);
|
||||||
|
|
||||||
$arr = $response->json();
|
$arr = $response->json();
|
||||||
|
$this->assertEquals('create_client_report', $arr['data']['job']['action_name']);
|
||||||
$this->assertEquals('create_client_report', $arr['linked_job']['action_name']);
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user