From 4d8fef3e4ed89fb89a13ee83da3faefff61ccee8 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 5 Oct 2023 11:59:50 +1100 Subject: [PATCH] Fixes for tests --- tests/Feature/DesignApiTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Feature/DesignApiTest.php b/tests/Feature/DesignApiTest.php index c28b0f600ca2..cfa46bfd2b5f 100644 --- a/tests/Feature/DesignApiTest.php +++ b/tests/Feature/DesignApiTest.php @@ -79,7 +79,6 @@ class DesignApiTest extends TestCase $arr = $response->json(); $this->assertCount(1, $arr['data']); - $response = $this->withHeaders([ 'X-API-SECRET' => config('ninja.api_secret'), 'X-API-TOKEN' => $this->token,