Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ac620f

Browse files
committed
Update AuthenticationTest.php
1 parent 247c557 commit 4ac620f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Auth/AuthenticationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function test_users_can_authenticate_using_the_login_screen()
2121
{
2222
$user = User::factory()->create();
2323

24-
$response = $this->post(route('login'), [
24+
$response = $this->post(route('login.store'), [
2525
'email' => $user->email,
2626
'password' => 'password',
2727
]);

0 commit comments

Comments
 (0)