Skip to content

Commit

Permalink
Remove leftover code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saba-Zedginidze-EPAM committed Mar 15, 2024
1 parent c60bf28 commit 0431099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/folio/rest/impl/ApiTestBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private static void runDatabase() throws Exception {
PostgresClient.closeAllClients();
useExternalDatabase = System.getProperty(
"org.folio.invoice.test.database",
"external");
"embedded");

switch (useExternalDatabase) {
case "environment" -> System.out.println("Using environment settings");
Expand Down

0 comments on commit 0431099

Please sign in to comment.