Fix TestConnCheckConn always being skipped

pull/1364/head
Jack Christensen 2022-10-29 13:16:05 -05:00
parent 3feeddd9f1
commit 9a207178f6
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}