Skip to content

Commit 5fa9e52

Browse files
committed
update README.md
1 parent 52da264 commit 5fa9e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helix_fhir_client_sdk/responses/test/fhir_response_processor/test_expand_or_separate_bundle_async.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ async def test_expand_or_separate_bundle_async() -> None:
1919
expand_fhir_bundle = True
2020
separate_bundle_resources = False
2121
extra_context_to_return = None
22-
text = '{"resourceType": "Bundle", "total": 2, "entry": [{"resource": {"resourceType": "Patient", "id": "1"}}, {"resource": {"resourceType": "Patient", "id": "2"}}]}'
2322

2423
result_resources_json, result_total_count = (
2524
await FhirResponseProcessor.expand_or_separate_bundle_async(

0 commit comments

Comments
 (0)