mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
Minor fixes for tests
This commit is contained in:
parent
b735119cdf
commit
2f25b720fe
@ -869,7 +869,7 @@ class EventTest extends TestCase
|
||||
$arr = $response->json();
|
||||
|
||||
$data = [
|
||||
'vendor_id' => $this->vendor->hashed_id,
|
||||
'vendor_id' => $arr['data']['id'],
|
||||
'number' => 'dude2',
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user