Skip to content

Commit 38441d2

Browse files
committed
CCM-14482: Update fixtures"
1 parent e4a90f9 commit 38441d2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

lambdas/mesh-acknowledge/mesh_acknowledge/__tests__/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def create_downloaded_event_dict(event_id: str) -> Dict[str, str | int | Dict[st
99
"specversion": "1.0",
1010
"source": (
1111
"/nhs/england/notify/production/primary/"
12-
'digitalletters/mesh'
12+
'data-plane/digitalletters/mesh'
1313
),
1414
"subject": (
1515
'customer/920fca11-596a-4eca-9c47-99f624614658/'

utils/py-utils/dl_utils/failure_codes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
"""Failure code descriptions loaded from the shared CSV data file.
1+
"""Failure code descriptions loaded from the shared CSV data file."""
22

3-
Source of truth: infrastructure/terraform/components/dl/data/failure_codes.csv
4-
"""
53
import csv
64
from pathlib import Path
75

0 commit comments

Comments
 (0)