fixed tests
This commit is contained in:
parent
710bb7a293
commit
907d348d8f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user