Skip to content

Commit a96d9ce

Browse files
Fix failing unit tests
1 parent 23e22dc commit a96d9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/fhir/bluebutton/views/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def __init__(self, version=1):
165165

166166
def build_parameters(self, request, *args, **kwargs):
167167
return {
168-
'_format': 'application/json+fhir',
168+
'_format': 'application/fhir+json',
169169
'patient': request.crosswalk.fhir_id(self.version),
170170
}
171171

0 commit comments

Comments
 (0)