Removing 4 word bollocks and fixing rootless supervisor for podman
This commit is contained in:
parent
a22db4ee0f
commit
82ed2e3ce2
8 changed files with 26 additions and 160 deletions
|
|
@ -40,8 +40,8 @@ class MagicLinkAuthTest extends TestCase
|
|||
'email' => 'test@example.com',
|
||||
]);
|
||||
|
||||
$response->assertRedirect();
|
||||
$response->assertSessionHas('status', 'Check your email for a login link and code!');
|
||||
$response->assertRedirect(route('verify-code'));
|
||||
$response->assertSessionHas('status', 'Check your email for your login code!');
|
||||
|
||||
Mail::assertQueued(MagicLoginLink::class, function ($mail) {
|
||||
return $mail->hasTo('test@example.com');
|
||||
|
|
@ -71,7 +71,7 @@ class MagicLinkAuthTest extends TestCase
|
|||
]);
|
||||
}
|
||||
|
||||
public function test_valid_4_word_token_logs_user_in(): void
|
||||
public function test_valid_token_logs_user_in(): void
|
||||
{
|
||||
$user = User::create([
|
||||
'email_hash' => User::hashEmail('test@example.com'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue