test ipv4 for travis simplicity
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ func TestSqlOpenDoesNotHavePool(t *testing.T) {
|
|||||||
|
|
||||||
func TestOpenFromConnPool(t *testing.T) {
|
func TestOpenFromConnPool(t *testing.T) {
|
||||||
connConfig := pgx.ConnConfig{
|
connConfig := pgx.ConnConfig{
|
||||||
Host: "localhost",
|
Host: "127.0.0.1",
|
||||||
User: "pgx_md5",
|
User: "pgx_md5",
|
||||||
Password: "secret",
|
Password: "secret",
|
||||||
Database: "pgx_test",
|
Database: "pgx_test",
|
||||||
|
|||||||
Reference in New Issue
Block a user