File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
service/src/intTest/java/uk/nhs/adaptors/gp2gp/ehr Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,11 @@ public class IllogicalMessageComponentTest {
6060 private static final String FROM_ODS_CODE_PATH = SUBJECT_PATH + "/EhrRequest/author/AgentOrgSDS/agentOrganizationSDS/id/@extension" ;
6161 private static final String TO_ODS_CODE_PATH = SUBJECT_PATH + "/EhrRequest/destination/AgentOrgSDS/agentOrganizationSDS/id/@extension" ;
6262 private static final String MESSAGE_ID_PATH = MESSAGE_HEADER_PATH + "/MessageData/MessageId" ;
63- private static final String EHR_EXTRACT_REQUEST = "RCMR_IN010000UK05" ;
6463 private static final String CONTINUE_REQUEST = "COPC_IN000001UK01" ;
6564 private static final String ACKNOWLEDGMENT_REQUEST = "MCCI_IN010000UK13" ;
6665 private static final String ACTION_PATH = "/Envelope/Header/MessageHeader/Action" ;
6766 private static final String CONVERSATION_ID_PATH = "/Envelope/Header/MessageHeader/ConversationId" ;
6867 private static final String NON_EXISTING_CONVERSATION_ID = "d3746650-096e-414b-92a4-146ceaf74f0e" ;
69- private static final String ACK_OK_CODE = "AA" ;
7068 private static final XPathService SERVICE = new XPathService ();
7169
7270 @ Mock
You can’t perform that action at this time.
0 commit comments