Skip to content

Commit

Permalink
Reverted removal
Browse files Browse the repository at this point in the history
  • Loading branch information
simasch committed Jul 7, 2023
1 parent 67f580f commit 5f803b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/utplsql/api/AbstractDatabaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public abstract class AbstractDatabaseTest {

static {
sUrl = EnvironmentVariableUtil.getEnvValue("DB_URL", "localhost:1521:XE");
sUser = EnvironmentVariableUtil.getEnvValue("DB_USER", "app");
sUser = EnvironmentVariableUtil.getEnvValue("DB_USER", "APP");
sPass = EnvironmentVariableUtil.getEnvValue("DB_PASS", "pass");
}

Expand Down

0 comments on commit 5f803b8

Please sign in to comment.