Skip to content

Commit

Permalink
Add conn string log
Browse files Browse the repository at this point in the history
  • Loading branch information
acaloiaro committed Aug 27, 2023
1 parent 0e486f6 commit a0d9f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/postgres/postgres_backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a0d9f16

Please sign in to comment.