From e199dcec854cbb2c499a98b8badd8bf73261007d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 18 Jun 2024 13:32:18 +1000 Subject: [PATCH] Fixes for tests --- tests/Feature/Inventory/InventoryManagementTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Inventory/InventoryManagementTest.php b/tests/Feature/Inventory/InventoryManagementTest.php index ee6556ccd354..eef347d8b0a6 100644 --- a/tests/Feature/Inventory/InventoryManagementTest.php +++ b/tests/Feature/Inventory/InventoryManagementTest.php @@ -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();