Fixes for tests

This commit is contained in:
David Bomba 2024-06-18 13:32:18 +10:00
parent e349245c45
commit e199dcec85

View File

@ -82,7 +82,7 @@ class InventoryManagementTest extends TestCase
'X-API-SECRET' => config('ninja.api_secret'),
'X-API-TOKEN' => $this->token,
])->post('/api/v1/invoices/', $invoice_array)
->assertStatus(200);
->assertStatus(200);
$product = $product->fresh();