Skip to content

Commit f29d7c1

Browse files
authored
fix: logging test (#187)
1 parent 53b83c9 commit f29d7c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/io/supertokens/storage/postgresql/test/LoggingTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ public void testDBPasswordMasking() throws Exception {
387387

388388
Utils.setValueInConfig("info_log_path", "null");
389389
Utils.setValueInConfig("error_log_path", "null");
390-
Utils.setValueInConfig("postgresql_password", "db_password");
391390

392391
System.setOut(new PrintStream(stdOutput));
393392
System.setErr(new PrintStream(errorOutput));

0 commit comments

Comments
 (0)