Add stickied incident
This commit is contained in:
@@ -38,6 +38,7 @@ class UpdateIncidentCommandTest extends AbstractTestCase
|
||||
'component_id' => 1,
|
||||
'component_status' => 1,
|
||||
'notify' => false,
|
||||
'stickied' => false,
|
||||
'incident_date' => null,
|
||||
'template' => null,
|
||||
'template_vars' => null,
|
||||
@@ -52,6 +53,7 @@ class UpdateIncidentCommandTest extends AbstractTestCase
|
||||
$params['component_id'],
|
||||
$params['component_status'],
|
||||
$params['notify'],
|
||||
$params['stickied'],
|
||||
$params['incident_date'],
|
||||
$params['template'],
|
||||
$params['template_vars']
|
||||
|
||||
Reference in New Issue
Block a user