Skip to content

Commit

Permalink
Added the condition to validate unlockfor second param to avoid confu…
Browse files Browse the repository at this point in the history
…sion incase of authentication locked

Signed-off-by: Aravindhan Alagesan <[email protected]>
  • Loading branch information
aranaravi committed Nov 2, 2023
1 parent fcb7705 commit a758e91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ public void setup() {
ReflectionTestUtils.setField(requestValidator, "allowedAuthTypes", "bio-FIR,bio-IIR");
ReflectionTestUtils.setField(requestValidator, "version", "v1");
ReflectionTestUtils.setField(requestValidator, "map", map);
ReflectionTestUtils.setField(requestValidator, "authTypes", "otp,bio-FIR,bio-IIR,bio-FACE");
ReflectionTestUtils.setField(residentService, "authTypes", "otp,bio-FIR,bio-IIR,bio-FACE");
ReflectionTestUtils.setField(requestValidator, "allowedAuthTypes", "otp,bio-FIR,bio-IIR,bio-FACE");
ReflectionTestUtils.setField(residentService, "allowedAuthTypes", "otp,bio-FIR,bio-IIR,bio-FACE");
ReflectionTestUtils.setField(requestValidator, "mandatoryLanguages", "eng");
ReflectionTestUtils.setField(requestValidator, "optionalLanguages", "ara");
ReflectionTestUtils.setField(requestValidator, "reqResVersion", "1.0");
Expand Down

0 comments on commit a758e91

Please sign in to comment.