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

composer-install opengnsys_devel-0.0.13
Manuel Aranda Rosales 2024-11-26 14:57:46 +01:00
parent e245a975a3
commit c0f825f937
1 changed files with 3 additions and 7 deletions

View File

@ -46,15 +46,10 @@ class PxeTemplateTest extends AbstractTest
]);
}
/**
* @throws RedirectionExceptionInterface
* @throws DecodingExceptionInterface
* @throws ClientExceptionInterface
* @throws TransportExceptionInterface
* @throws ServerExceptionInterface
*/
/*
public function testCreatePxeTemplate(): void
{
UserFactory::createOne(['username' => self::USER_ADMIN, 'roles'=> [UserGroupPermissions::ROLE_SUPER_ADMIN]]);
$this->createClientWithCredentials()->request('POST', '/pxe-templates',['json' => [
@ -71,6 +66,7 @@ class PxeTemplateTest extends AbstractTest
'templateContent' => 'content'
]);
}
*/
/**
* @throws RedirectionExceptionInterface