Some request values changed

This commit is contained in:
Batuhan Baş
2018-10-20 13:04:01 +03:00
parent 023452681b
commit a181cff070
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ class PermissionsTest extends FeatureTestCase
private function getPermissionRequest()
{
return [
'name' => $this->faker->text(5),
'name' => $this->faker->name,
'display_name' => $this->faker->text(5),
'description' => $this->faker->text(5),
];