Skip to content

Commit 02a9a7e

Browse files
NRL-518 Fix default contentType
1 parent d3f26c6 commit 02a9a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/utils/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def create_test_document_reference(items: dict) -> DocumentReference:
3333
[
3434
DocumentReferenceContent(
3535
attachment=Attachment(
36-
contentType=items.get("contentType", "application/json"),
36+
contentType=items.get("contentType", "application/pdf"),
3737
url=items["url"],
3838
),
3939
format=Coding(

0 commit comments

Comments
 (0)