We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee41283 commit c60d67dCopy full SHA for c60d67d
tests/sql.py
@@ -189,7 +189,7 @@ def setUp(self):
189
class PostgresTests(SQLTests):
190
@classmethod
191
def setUpClass(self):
192
- self.db_url = "postgresql://root:test@localhost/test"
+ self.db_url = "postgresql://postgres@localhost/test"
193
self.db = SQL(self.db_url)
194
print("\nPOSTGRES tests")
195
0 commit comments