Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
swoorr committed Jul 28, 2023
1 parent ac50766 commit 1c11784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/ApiAuthenticationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testApiResponseData()
'data' => [
'*' => [
'id',
'name',
'name',g
'email'
]
]
Expand All @@ -86,7 +86,7 @@ public function test_error_handling()
->assertStatus(401)
->assertJson([
'status' => false,
'message' => 'Unauthorized',
'message' => 'APIKEY and SECRETKEY required!',
]);
}
}

0 comments on commit 1c11784

Please sign in to comment.