Skip to content

Commit c60d67d

Browse files
committed
Messed up the tests for Travis CI again. Fixed.
1 parent ee41283 commit c60d67d

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
@@ -189,7 +189,7 @@ def setUp(self):
189189
class PostgresTests(SQLTests):
190190
@classmethod
191191
def setUpClass(self):
192-
self.db_url = "postgresql://root:test@localhost/test"
192+
self.db_url = "postgresql://postgres@localhost/test"
193193
self.db = SQL(self.db_url)
194194
print("\nPOSTGRES tests")
195195

0 commit comments

Comments
 (0)