mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for tests
This commit is contained in:
parent
61ea96589f
commit
ee67911afb
@ -86,7 +86,10 @@ class ProductTest extends TestCase
|
||||
)
|
||||
->assertStatus(200);
|
||||
|
||||
$product = Product::all()->first();
|
||||
|
||||
$arr = $response->json();
|
||||
$product = Product::find($this->decodePrimaryKey($arr['data']['id']));
|
||||
|
||||
|
||||
$product_update = [
|
||||
'notes' => 'CHANGE',
|
||||
|
Loading…
x
Reference in New Issue
Block a user