Skip to content

Commit

Permalink
enable emis e2e test that was disabled previously
Browse files Browse the repository at this point in the history
  • Loading branch information
joefong-nhs authored Mar 16, 2023
1 parent 6971e72 commit 9a7bba0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ void shouldIdentifyEhrRequestAsEhrOutMessage() {
assertThat(ehrInUnhandledQueue.getMessageContaining(ehrRequest)).isNotNull();
}

@Disabled("EMIS in PTL int having issues")
@Test
void shouldReceivingAndTrackAllLargeEhrFragments_DevAndTest() {
var largeEhrAtEmisWithRepoMof = Patient.largeEhrAtEmisWithRepoMof(config);
Expand Down Expand Up @@ -327,4 +326,4 @@ private void setManagingOrganisationToRepo(String nhsNumber) {
pdsAdaptorClient.updateManagingOrganisation(nhsNumber, repoOdsCode, pdsResponse.getRecordETag());
}
}
}
}

0 comments on commit 9a7bba0

Please sign in to comment.