(t *testing.T)
| 341 | } |
| 342 | |
| 343 | func TestPostgresHealthCheck(t *testing.T) { |
| 344 | if testing.Short() { |
| 345 | t.Skip("skipping Postgres integration tests") |
| 346 | } |
| 347 | testHealthCheck(t, *postgresConnName) |
| 348 | } |
nothing calls this directly
no test coverage detected