mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for tests
This commit is contained in:
parent
e349245c45
commit
e199dcec85
@ -82,7 +82,7 @@ class InventoryManagementTest extends TestCase
|
|||||||
'X-API-SECRET' => config('ninja.api_secret'),
|
'X-API-SECRET' => config('ninja.api_secret'),
|
||||||
'X-API-TOKEN' => $this->token,
|
'X-API-TOKEN' => $this->token,
|
||||||
])->post('/api/v1/invoices/', $invoice_array)
|
])->post('/api/v1/invoices/', $invoice_array)
|
||||||
->assertStatus(200);
|
->assertStatus(200);
|
||||||
|
|
||||||
$product = $product->fresh();
|
$product = $product->fresh();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user