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 b946af0 commit 44a57bfCopy full SHA for 44a57bf
chaos_tests/chaos_test.go
@@ -138,7 +138,7 @@ func setupDBOS(t *testing.T) dbos.DBOSContext {
138
139
databaseURL := os.Getenv("DBOS_SYSTEM_DATABASE_URL")
140
if databaseURL == "" {
141
- password := url.QueryEscape(os.Getenv("PGPASSWORD"))
+ password := os.Getenv("PGPASSWORD")
142
if password == "" {
143
password = "dbos"
144
}
0 commit comments