Skip to content

Commit

Permalink
User registration test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 14, 2024
1 parent a059746 commit ad996e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/Auth/RegistrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ public function test_new_users_can_register(): void
$response = $this->post('/register', [
'name' => 'Test User',
'email' => '[email protected]',
'phone' => '12345678',
'location' => 'Nairobi, Kenya',
'password' => 'password',
'password_confirmation' => 'password',
]);
Expand Down

0 comments on commit ad996e6

Please sign in to comment.