Skip to content

Commit 875a073

Browse files
committed
updated environment for CI
1 parent 23764d6 commit 875a073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_age_py.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import decimal
1919
import age
2020

21-
DSN = "host=172.17.0.2 port=5432 dbname=postgres user=postgres password=agens"
22-
TEST_HOST = "172.17.0.2"
21+
DSN = "host=localhost port=5432 dbname=postgres user=postgres password=agens"
22+
TEST_HOST = "localhost"
2323
TEST_PORT = 5432
2424
TEST_DB = "postgres"
2525
TEST_USER = "postgres"

0 commit comments

Comments
 (0)