fixed tests
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user