mirror of https://github.com/jackc/pgx.git
Fix TestConnCheckConn always being skipped
parent
3feeddd9f1
commit
9a207178f6
|
@ -2158,7 +2158,7 @@ func TestConnCheckConn(t *testing.T) {
|
|||
|
||||
// Intentionally using TCP connection for more predictable close behavior. (Not sure if Unix domain sockets would behave subtlely different.)
|
||||
|
||||
connString := os.Getenv(os.Getenv("PGX_TEST_TCP_CONN_STRING"))
|
||||
connString := os.Getenv("PGX_TEST_TCP_CONN_STRING")
|
||||
if connString == "" {
|
||||
t.Skipf("Skipping due to missing environment variable %v", "PGX_TEST_TCP_CONN_STRING")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue