Skip to content

Commit

Permalink
Remove the reference for camdgc
Browse files Browse the repository at this point in the history
Signed-off-by: pvsaidurga <[email protected]>
  • Loading branch information
pvsaidurga committed Jan 30, 2025
1 parent 1b3a8ec commit 8acddae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void setUp() {
when(mockKeyBindingWrapperService.getSupportedChallengeFormats(Mockito.anyString()))
.thenReturn(Arrays.asList("jwt", "alpha-numeric"));

captchaHelper = new CaptchaHelper(restTemplate, "https://api-internal.camdgc-dev1.mosip.net/v1/captcha/validatecaptcha",
captchaHelper = new CaptchaHelper(restTemplate, "https://test-api.example.com/v1/captcha/validatecaptcha",
"esignet", List.of("binding-otp"));

ReflectionTestUtils.setField(keyBindingService, "keyBindingWrapper", mockKeyBindingWrapperService);
Expand Down

0 comments on commit 8acddae

Please sign in to comment.