diff --git a/tests/Feature/UsersProfileTest.php b/tests/Feature/UsersProfileTest.php index 6d8e4e1..21e919f 100644 --- a/tests/Feature/UsersProfileTest.php +++ b/tests/Feature/UsersProfileTest.php @@ -66,6 +66,8 @@ class UsersProfileTest extends TestCase $this->submitForm(trans('app.update'), [ 'email' => 'user@mail.com', 'password' => 'Secr3t', + 'new_password' => 'Secr3t2', + 'new_password_confirmation' => 'Secr3t2', ]); $user = $user->fresh();