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

hotfix-timeout opengnsys_devel-0.0.23
Manuel Aranda Rosales 2025-02-04 10:36:31 +01:00
parent 391c455dd0
commit afffe5cdb1
2 changed files with 1 additions and 0 deletions

0
CHANGELOG.md 100644
View File

View File

@ -40,6 +40,7 @@ final class ImageFactory extends ModelFactory
'repository' => ImageRepositoryFactory::new(),
'updatedAt' => self::faker()->dateTime(),
'remotePc' => self::faker()->boolean(),
'isGlobal' => self::faker()->boolean(),
];
}