Skip to content

Commit 4820d08

Browse files
NRL-518 Fix content_type for smoke test
1 parent 3c6c1b8 commit 4820d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def build_document_reference(
2020
category: str = Categories.CARE_PLAN.coding_value(),
2121
type: str = PointerTypes.MENTAL_HEALTH_PLAN.coding_value(),
2222
author: str = "SMOKETEST",
23-
content_type: str = "application/json",
23+
content_type: str = "application/pdf",
2424
content_url: str = "https://testing.record-locator.national.nhs.uk/_smoke_test_pointer_content",
2525
replaces_id: str | None = None,
2626
) -> DocumentReference:

0 commit comments

Comments
 (0)