fixed tests
This commit is contained in:
parent
710bb7a293
commit
907d348d8f
@ -114,7 +114,7 @@ class CustomersTest extends FeatureTestCase
|
|||||||
$password = $this->faker->password;
|
$password = $this->faker->password;
|
||||||
|
|
||||||
return $this->getRequest() + [
|
return $this->getRequest() + [
|
||||||
'create_user' => 1,
|
'create_user' => 'true',
|
||||||
'locale' => 'en-GB',
|
'locale' => 'en-GB',
|
||||||
'password' => $password,
|
'password' => $password,
|
||||||
'password_confirmation' => $password,
|
'password_confirmation' => $password,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user