Use "automation" instead of "workflow" in user-facing strings
[MAILPOET-4758]
This commit is contained in:
@@ -15,7 +15,7 @@ class ConsistentStepMapRuleTest extends WorkflowRuleTest {
|
||||
]]);
|
||||
|
||||
$this->expectException(UnexpectedValueException::class);
|
||||
$this->expectExceptionMessage("Invalid workflow structure: Step with ID 'a' stored under a mismatched index 'root'.");
|
||||
$this->expectExceptionMessage("Invalid automation structure: Step with ID 'a' stored under a mismatched index 'root'.");
|
||||
(new WorkflowWalker())->walk($workflow, [new ConsistentStepMapRule()]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user