Skip to content

Commit 6c95aef

Browse files
committed
test(integration): align workflow notification message assertion
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent c5f979f commit 6c95aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/features/workflow/profile_fields_workflow.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Feature: profile field workflows
6060
And the response should be a JSON array with the following mandatory values
6161
| key | value |
6262
| (jq).ocs.data[] \| select(.app == "profile_fields" and .user == "admin" and .object_type == "profile-field-admin-change" and .subject == "Profile field updated") \| .app | profile_fields |
63-
| (jq).ocs.data[] \| select(.app == "profile_fields" and .user == "admin" and .object_type == "profile-field-admin-change" and .subject == "Profile field updated") \| .message | workflow_subject changed workflow_subject's Workflow Notify Department <WORKFLOW_NOTIFY_FIELD_ID> profile field. |
63+
| (jq).ocs.data[] \| select(.app == "profile_fields" and .user == "admin" and .object_type == "profile-field-admin-change" and .subject == "Profile field updated") \| .message | workflow_subject changed profile field \"Workflow Notify Department <WORKFLOW_NOTIFY_FIELD_ID>\" for user workflow_subject. |
6464

6565
Scenario: matching field updates write workflow log entries
6666
Given as user "admin"

0 commit comments

Comments
 (0)