Skip to content

Commit

Permalink
Fixed redirect test
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Apr 29, 2021
1 parent 226201c commit ac0e7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function test_register_with_existent_email()
$this->assertCount(0, $user->socials()->get());

$this->call('GET', route('callback', ['provider' => 'github']))
->assertRedirectedToRoute('register');
->assertRedirectedToRoute('home');

$this->assertCount(0, $user->socials()->get());

Expand Down

0 comments on commit ac0e7cb

Please sign in to comment.