Skip to content

Commit

Permalink
vault: fix for test dao setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Feb 23, 2024
1 parent ddd87e0 commit 86c5079
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public void checkGlobal() throws Exception {
config.put(SQLGenerator.class.getName(), SQLGenerator.class);
config.put("jndiDataSourceName", "jdbc/inventory");
config.put("invSchema", SCHEMA);
config.put("genSchema", SCHEMA);

StorageSiteDAO dao = new StorageSiteDAO(false);
dao.setConfig(config);
Expand Down

0 comments on commit 86c5079

Please sign in to comment.