Skip to content

Commit f626370

Browse files
committed
NRL-1051 change tests
1 parent 7379f8b commit f626370

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

api/producer/processTransaction/tests/test_process_transaction_bundle.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ def test_create_single_nrl_document_reference_with_transaction_happy_path(
6969
"type": "transaction-response",
7070
"entry": [
7171
{
72-
"response": {
73-
"status": "201",
74-
"location": "/producer/FHIR/R4/DocumentReference/Y05868-00000000-0000-0000-0000-000000000001",
75-
},
72+
"response": {"status": "201"},
7673
},
7774
],
7875
}
@@ -149,7 +146,6 @@ def test_create_single_mhds_document_reference_with_transaction_happy_path(
149146
{
150147
"response": {
151148
"status": "201",
152-
"location": "/producer/FHIR/R4/DocumentReference/Y05868-00000000-0000-0000-0000-000000000001",
153149
},
154150
},
155151
],

0 commit comments

Comments
 (0)