Fixed test
parent
e245a975a3
commit
c0f825f937
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue