File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
e2e-tests/src/test/java/uk/nhs/adaptors/gp2gp/e2e Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -446,9 +446,11 @@ void When_ExtractRequestReceivedForMedicusPatientWithBasedOn_Expect_ExtractStatu
446446
447447 @ Test
448448 void When_ExtractRequestReceivedForPatientWithoutClinicalContent_Expect_ExtractStatusAndDocumentDataAddedToDbAndReturnCode10 () throws Exception {
449+ Mongo .clearEhrExtractStatusCollection ();
449450 String conversationId = UUID .randomUUID ().toString ();
450451 String ehrExtractRequest = buildEhrExtractRequest (conversationId , NHS_NUMBER_NO_CLINICAL_CONTENT_STRUCTURE , FROM_ODS_CODE_1 );
451452 MessageQueue .sendToMhsInboundQueue (ehrExtractRequest );
453+ // Mongo.clearEhrExtractStatusCollection();
452454
453455 var requestJournal = waitFor (() -> {
454456 try {
You can’t perform that action at this time.
0 commit comments