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 7379f8b commit f626370Copy full SHA for f626370
api/producer/processTransaction/tests/test_process_transaction_bundle.py
@@ -69,10 +69,7 @@ def test_create_single_nrl_document_reference_with_transaction_happy_path(
69
"type": "transaction-response",
70
"entry": [
71
{
72
- "response": {
73
- "status": "201",
74
- "location": "/producer/FHIR/R4/DocumentReference/Y05868-00000000-0000-0000-0000-000000000001",
75
- },
+ "response": {"status": "201"},
76
},
77
],
78
}
@@ -149,7 +146,6 @@ def test_create_single_mhds_document_reference_with_transaction_happy_path(
149
146
150
147
"response": {
151
148
"status": "201",
152
153
154
155
0 commit comments