Skip to content

Commit

Permalink
MOSIP-35982
Browse files Browse the repository at this point in the history
Signed-off-by: Sohan Kumar Dey <[email protected]>
  • Loading branch information
Sohandey committed Sep 24, 2024
1 parent ec7f140 commit 97762b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ public static void clearIDADbCertData() {
}
}

public static void clearIDREPODData() {
public static void clearIdRepoData()
{
Session session = null;
try {
session = getDataBaseConnection(ConfigManager.getIdRepoDbUrl(), ConfigManager.getIdRepoDbUser(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public static void suiteSetup() {
DBManager.clearKeyManagerDbCertData();
DBManager.clearIDADbCertData();
DBManager.clearMasterDbCertData();
DBManager.clearIDREPODData();
DBManager.clearIdRepoData();
AdminTestUtil.copyIdrepoTestResource();
}
if (listOfModules.contains(GlobalConstants.MASTERDATA)) {
Expand Down

0 comments on commit 97762b7

Please sign in to comment.