We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f26c6 commit 02a9a7eCopy full SHA for 02a9a7e
tests/features/utils/data.py
@@ -33,7 +33,7 @@ def create_test_document_reference(items: dict) -> DocumentReference:
33
[
34
DocumentReferenceContent(
35
attachment=Attachment(
36
- contentType=items.get("contentType", "application/json"),
+ contentType=items.get("contentType", "application/pdf"),
37
url=items["url"],
38
),
39
format=Coding(
0 commit comments