Skip to content

Commit 8c5d2c9

Browse files
small fix
1 parent 6e4a6a3 commit 8c5d2c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

service/src/intTest/java/uk/nhs/adaptors/gp2gp/ehr/IllogicalMessageComponentTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)