Loading conftest.py +2 −2 Original line number Diff line number Diff line Loading @@ -75,8 +75,8 @@ def default_configuration(): 'database': {'type': 'postgresql', 'username': 'postgres', 'password': 'NotTheDefault', 'host': 'localhost', 'port': 35432, 'host': 'postgres', 'port': 5432, 'pgbouncer_port': 35432, 'name': 'travis_ci_test', 'timeout': 500}, Loading Loading
conftest.py +2 −2 Original line number Diff line number Diff line Loading @@ -75,8 +75,8 @@ def default_configuration(): 'database': {'type': 'postgresql', 'username': 'postgres', 'password': 'NotTheDefault', 'host': 'localhost', 'port': 35432, 'host': 'postgres', 'port': 5432, 'pgbouncer_port': 35432, 'name': 'travis_ci_test', 'timeout': 500}, Loading