diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index a70137c02d4de3af989bb0607ff2f55b51d6b82f..fa97ad85f7ca29f56d27fff3cb1f1235d4eb96c5 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -25,7 +25,7 @@ class ExampleTest extends TestCase $response->assertStatus(200); $username = 'admin'; - $password = 'admin'; + $password = 'admin123'; Session::start(); $response = $this->followingRedirects()->call('POST', '/login', [