Skip to content

Commit

Permalink
Update MosipTestRunner.java
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s authored Oct 4, 2024
1 parent 099cd09 commit 8227762
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ public static void main(String[] arg) {
startTestRunner();
}

DBManager.executeDBQueries(ConfigManager.getMASTERDbUrl(), ConfigManager.getMasterDbUser(),
ConfigManager.getMasterDbPass(), ConfigManager.getMasterDbSchema(),
getGlobalResourcePath() + "/" + "config/masterDataDeleteQueries.txt");
DBManager.executeDBQueries(MasterDataConfigManager.getMASTERDbUrl(), MasterDataConfigManager.getMasterDbUser(),
MasterDataConfigManager.getMasterDbPass(), MasterDataConfigManager.getMasterDbSchema(),
getGlobalResourcePath() + "/" + "config/masterDataDeleteQueries.txt");
} catch (Exception e) {
LOGGER.error("Exception " + e.getMessage());
}
Expand Down

0 comments on commit 8227762

Please sign in to comment.