Skip to content

Commit

Permalink
Develop (#1137)
Browse files Browse the repository at this point in the history
* Added the string lower case function to avoid error throwing while comparing

Signed-off-by: Aravindhan Alagesan <[email protected]>

* Added the string lower case function to avoid error throwing while comparing

Signed-off-by: Aravindhan Alagesan <[email protected]>

* Added the string lower case function to avoid error throwing while comparing

Signed-off-by: Aravindhan Alagesan <[email protected]>

* Added the condition to validate unlockfor second param to avoid confusion incase of authentication locked

Signed-off-by: Aravindhan Alagesan <[email protected]>

* Added the condition to validate unlockfor second param to avoid confusion incase of authentication locked

Signed-off-by: Aravindhan Alagesan <[email protected]>

* Added the condition to validate unlockfor second param to avoid confusion incase of authentication locked

Signed-off-by: Aravindhan Alagesan <[email protected]>

* Added the condition to validate unlockfor second param to avoid confusion incase of authentication locked

Signed-off-by: Aravindhan Alagesan <[email protected]>

* Changes in test cases based on field name changes

Signed-off-by: Aravindhan Alagesan <[email protected]>

* Added the condition to validate unlockfor second param to avoid confusion incase of authentication locked

Signed-off-by: Aravindhan Alagesan <[email protected]>

---------

Signed-off-by: Aravindhan Alagesan <[email protected]>
  • Loading branch information
aranaravi authored Nov 2, 2023
1 parent e94ce94 commit a10940b
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 a10940b

Please sign in to comment.