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