fix: [tests] Fix Organisations testAddLongName

feature/3.x_HttpTool^2
Christophe Vandeplas 2024-04-16 07:47:24 +00:00
parent 32b14b03a6
commit c8c98d15e5
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class AddOrganisationsApiTest extends TestCase
$faker = \Faker\Factory::create();
$org_data = [
'uuid' => $faker->uuid(),
'name' => $faker->text(400),
'name' => 'This is a very long name that is longer than 255 characters and should not be allowed. aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
'description' => $faker->text(10),
'nationality' => $faker->countryCode,
'sector' => 'IT',