From 1c1178457547e610f1628272ac4001e0142b8ec5 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Fri, 28 Jul 2023 15:00:47 +0300 Subject: [PATCH] update test --- tests/Feature/ApiAuthenticationTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Feature/ApiAuthenticationTest.php b/tests/Feature/ApiAuthenticationTest.php index 4b7c34c..95e37d6 100644 --- a/tests/Feature/ApiAuthenticationTest.php +++ b/tests/Feature/ApiAuthenticationTest.php @@ -71,7 +71,7 @@ public function testApiResponseData() 'data' => [ '*' => [ 'id', - 'name', + 'name',g 'email' ] ] @@ -86,7 +86,7 @@ public function test_error_handling() ->assertStatus(401) ->assertJson([ 'status' => false, - 'message' => 'Unauthorized', + 'message' => 'APIKEY and SECRETKEY required!', ]); } }