Skip to content

Commit 44a57bf

Browse files
committed
double escape
1 parent b946af0 commit 44a57bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaos_tests/chaos_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func setupDBOS(t *testing.T) dbos.DBOSContext {
138138

139139
databaseURL := os.Getenv("DBOS_SYSTEM_DATABASE_URL")
140140
if databaseURL == "" {
141-
password := url.QueryEscape(os.Getenv("PGPASSWORD"))
141+
password := os.Getenv("PGPASSWORD")
142142
if password == "" {
143143
password = "dbos"
144144
}

0 commit comments

Comments
 (0)