Skip to content

Commit

Permalink
[Mosip-34112] resolving PR comment
Browse files Browse the repository at this point in the history
Signed-off-by: khuddus shariff <[email protected]>
  • Loading branch information
Khuddusshariff0022 committed Jul 26, 2024
1 parent 2f0aaee commit 57073a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ public void oneMatchFoundWithDifferentUinWithMatchAutoRejecAsTrue() throws ApisR
PacketDecryptionFailureException, io.mosip.kernel.core.exception.IOException, JsonProcessingException, PacketManagerException {
registrationStatusDto.setRegistrationId("27847657360002520190320095011");
registrationStatusDto.setRegistrationType("UPDATE");
registrationStatusDto.setStatusCode("PROCESSING");
Mockito.when(registrationStatusService.getRegistrationStatus(any(),any(),any(), any())).thenReturn(registrationStatusDto);
Mockito.when(abisHandlerUtil.getPacketStatus(any())).thenReturn(AbisConstant.POST_ABIS_IDENTIFICATION);

Expand Down

0 comments on commit 57073a3

Please sign in to comment.