Skip to content

Commit 4b3ab85

Browse files
committed
NRL-519 include practice setting in integration tests
1 parent dbde35d commit 4b3ab85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/features/producer/readDocumentReference-success.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Feature: Producer - readDocumentReference - Success Scenarios
7979
"coding": [
8080
{
8181
"system": "http://snomed.info/sct",
82-
"code": "390826005",
83-
"display": "Mental health caregiver support"
82+
"code": "788007007",
83+
"display": "General practice service"
8484
}
8585
]
8686
}

tests/features/utils/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def create_test_document_reference(items: dict) -> DocumentReference:
101101

102102
if items.get("category"):
103103
category_display = CATEGORY_ATTRIBUTES.get(
104-
f"SNOMED_SYSTEM_URL|{items['category']}", {}
104+
f"{SNOMED_SYSTEM_URL}|{items['category']}", {}
105105
).get("display")
106106
base_doc_ref.category = [
107107
CodeableConcept(

0 commit comments

Comments
 (0)