fixed tests

This commit is contained in:
denisdulici 2020-03-04 17:02:16 +03:00
parent 710bb7a293
commit 907d348d8f

View File

@ -114,7 +114,7 @@ class CustomersTest extends FeatureTestCase
$password = $this->faker->password;
return $this->getRequest() + [
'create_user' => 1,
'create_user' => 'true',
'locale' => 'en-GB',
'password' => $password,
'password_confirmation' => $password,