Skip to content

Commit c82da9e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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('notice')
229+
->method('warning')
230230
->with(
231231
'Profile field workflow rule matched',
232232
$this->callback(static function (array $context) use ($userId): bool {

0 commit comments

Comments
 (0)