Skip to content

Commit

Permalink
Remove the reference for camdgc (#1153)
Browse files Browse the repository at this point in the history
Signed-off-by: pvsaidurga <[email protected]>
  • Loading branch information
pvsaidurga committed Jan 31, 2025
1 parent f035be9 commit 0406e2d
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 0406e2d

Please sign in to comment.