Skip to content

Commit 489a2e4

Browse files
committed
test(workflow): align integration log level expectation
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent dedc742 commit 489a2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/ControllerIntegration/Workflow/LogProfileFieldChangeOperationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function testUpsertDispatchTriggersConfiguredWorkflowOperation(): void {
226226
$this->insertValueForUser($this->definition, $userId, 'finance');
227227

228228
$this->operationLogger->expects($this->once())
229-
->method('info')
229+
->method('notice')
230230
->with(
231231
'Profile field workflow rule matched',
232232
$this->callback(static function (array $context) use ($userId): bool {

0 commit comments

Comments
 (0)