This commit makes sure that the test URL is renamed to the general login URL for local development and only works in local development.
This commit is contained in:
@@ -98,7 +98,7 @@ public function test_login_jonathan_works_in_testing_env(): void
|
||||
'updated_at' => now(),
|
||||
]);
|
||||
|
||||
$this->get('/login-for-testing')
|
||||
$this->get('/login-jonathan')
|
||||
->assertRedirect('/');
|
||||
|
||||
$user = User::where('username', 'jonathan.van.rij@agerion.nl')->first();
|
||||
|
||||
Reference in New Issue
Block a user