Skip to content

Commit

Permalink
[MOSIP-29805] Updated Anonymous profile (mosip#634)
Browse files Browse the repository at this point in the history
* [MOSIP-29805] Updated Anonymous profile

Signed-off-by: Aiham <[email protected]>

* [MOSIP-29805] Updated naming convention

Signed-off-by: Aiham <[email protected]>

---------

Signed-off-by: Aiham <[email protected]>
  • Loading branch information
aihamh committed May 16, 2024
1 parent 7463a65 commit 3eb52c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ public class AnonymousProfileService implements AnonymousProfileServiceIntf {
@Value("${mosip.preregistration.anonymous-profile-username}")
private String anonymousProfileUsername;

@Value("${mosip.preregistration.anonymous-profile-username}")
private String anonymousProfileUsername;

/**
* Autowired reference for {@link #AnonymousProfileRepostiory}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public class AnonymousProfileServiceTest {
@Value("${mosip.preregistration.anonymous-profile-username}")
private String anonymousProfileUsername;

@Value("${mosip.preregistration.anonymous-profile-username}")
private String anonymousProfileUsername;

AnonymousProfileResponseDTO responseDto = new AnonymousProfileResponseDTO();

LocalDateTime currentDateTime = LocalDateTime.now(ZoneId.of("UTC"));
Expand Down

0 comments on commit 3eb52c5

Please sign in to comment.