Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Remg committed May 14, 2024
1 parent 9cc718c commit 8d18de1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions features/api/adherents.feature
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Feature:
},
{
"type": "role",
"label": "Correspondant",
"label": "Responsable local",
"tooltip": "Responsable logistique"
},
{
Expand Down Expand Up @@ -435,7 +435,7 @@ Feature:
"tags": [
{
"type": "role",
"label": "Correspondant",
"label": "Responsable local",
"tooltip": null
},
{
Expand Down Expand Up @@ -732,7 +732,7 @@ Feature:
},
{
"type": "role",
"label": "Correspondant",
"label": "Responsable local",
"tooltip": "Responsable logistique"
},
{
Expand Down Expand Up @@ -792,7 +792,7 @@ Feature:
"tags": [
{
"type": "role",
"label": "Correspondant",
"label": "Responsable local",
"tooltip": null
},
{
Expand Down
2 changes: 1 addition & 1 deletion features/api/scopes.feature
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Feature:
"data_corner"
],
"code": "delegated_6d2506a7-bec7-45a1-a5ee-8f8b48daa5ec",
"name": "Correspondant délégué",
"name": "Responsable local délégué",
"attributes": null,
"zones": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ public function testCorrespondentMessageGeneratesGoodPayloads(): void
'type' => 'regular',
'settings' => [
'template_id' => 10,
'subject_line' => '[Correspondant] Subject',
'subject_line' => '[Responsable local] Subject',
'title' => 'Full Name - '.date('d/m/Y'),
'reply_to' => 'ne-pas-repondre@parti-renaissance.fr',
'from_name' => 'First Name | Campagne 2022',
Expand Down

0 comments on commit 8d18de1

Please sign in to comment.