Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 4, 2020
1 parent 710bb7a commit 907d348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Sales/CustomersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function getRequestWithUser()
$password = $this->faker->password;

return $this->getRequest() + [
'create_user' => 1,
'create_user' => 'true',
'locale' => 'en-GB',
'password' => $password,
'password_confirmation' => $password,
Expand Down

0 comments on commit 907d348

Please sign in to comment.