Fix inconsistency between automation run and run log statuses
[MAILPOET-5568]
This commit is contained in:
@@ -147,7 +147,7 @@ class AutomationRunLogTest extends \MailPoetTest {
|
||||
$automationRunLogs = $this->getLogsForAction();
|
||||
expect($automationRunLogs)->count(1);
|
||||
$log = $automationRunLogs[0];
|
||||
expect($log->getStatus())->equals(AutomationRunLog::STATUS_COMPLETED);
|
||||
expect($log->getStatus())->equals(AutomationRunLog::STATUS_COMPLETE);
|
||||
}
|
||||
|
||||
public function testItStoresAutomationRunAndStepIdsCorrectly() {
|
||||
|
Reference in New Issue
Block a user