diff --git a/backends/postgres/postgres_backend_test.go b/backends/postgres/postgres_backend_test.go index 6f25e0b..a703dd2 100644 --- a/backends/postgres/postgres_backend_test.go +++ b/backends/postgres/postgres_backend_test.go @@ -59,7 +59,7 @@ func TestBasicJobProcessing(t *testing.T) { connString := os.Getenv("TEST_DATABASE_URL") - slog.Error("initializing db with", "connection_string", connString) + slog.Error("CONNSTRING", "connection_string", connString) os.Exit(1) if connString == "" { t.Skip("Skipping: TEST_DATABASE_URL not set")