N°7726 - Fatal error if a newsroom is sent without any message

Remove test for valid asynchronous ActionNewsroom
This commit is contained in:
XGUI
2024-11-29 15:39:09 +01:00
parent bc9b5fc27d
commit 4a12414bea

View File

@@ -88,7 +88,6 @@ class ActionNewsroomTest extends ItopDataTestCase
}
/**
* @dataProvider ActionNewsroomProvider
* @throws CoreException
* @throws MissingQueryArgument
* @throws CoreUnexpectedValue
@@ -97,9 +96,9 @@ class ActionNewsroomTest extends ItopDataTestCase
* @throws MySQLHasGoneAwayException
* @throws Exception
*/
public function testActionNewsroomRecordsEvent(bool $bIsAsynchronous)
public function testActionNewsroomRecordsEvent()
{
$iActionNewsroomId = $this->GivenActionNewsroomInDB($bIsAsynchronous, 'Body of the notification');
$iActionNewsroomId = $this->GivenActionNewsroomInDB(false, 'Body of the notification');
$iServiceId = $this->GivenService('Test service');