Fixed test
testing/ogcore-api/pipeline/head This commit looks good Details

hotfix-timeout
Manuel Aranda Rosales 2025-02-14 07:59:51 +01:00
parent 626dc276a8
commit 64e721cd09
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace App\EventSubscriber;
class OrganizationalUnitSubscriber
{
}

View File

@ -38,7 +38,7 @@ final class ImageFactory extends ModelFactory
'softwareProfile' => SoftwareProfileFactory::new(),
'updatedAt' => self::faker()->dateTime(),
'remotePc' => self::faker()->boolean(),
'isGlobal' => self::faker()->boolean(),
'isGlobal' => false,
];
}