Skip to content

Commit c227d18

Browse files
committed
Fix sql.py in tests for Travis CI.
1 parent 0dff716 commit c227d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def setUp(self):
177177
class PostgresTests(SQLTests):
178178
@classmethod
179179
def setUpClass(self):
180-
self.db_url = "postgresql://root:test@localhost/test"
180+
self.db_url = "postgresql://postgres@localhost/test"
181181
self.db = SQL(self.db_url)
182182
print("\nPOSTGRES tests")
183183

0 commit comments

Comments
 (0)