We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b83c9 commit f29d7c1Copy full SHA for f29d7c1
src/test/java/io/supertokens/storage/postgresql/test/LoggingTest.java
@@ -387,7 +387,6 @@ public void testDBPasswordMasking() throws Exception {
387
388
Utils.setValueInConfig("info_log_path", "null");
389
Utils.setValueInConfig("error_log_path", "null");
390
- Utils.setValueInConfig("postgresql_password", "db_password");
391
392
System.setOut(new PrintStream(stdOutput));
393
System.setErr(new PrintStream(errorOutput));
0 commit comments