summaryrefslogtreecommitdiff
path: root/MySQLdb/tests/test_MySQLdb_nonstandard.py
diff options
context:
space:
mode:
Diffstat (limited to 'MySQLdb/tests/test_MySQLdb_nonstandard.py')
-rw-r--r--MySQLdb/tests/test_MySQLdb_nonstandard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MySQLdb/tests/test_MySQLdb_nonstandard.py b/MySQLdb/tests/test_MySQLdb_nonstandard.py
index 150d013..b9b127e 100644
--- a/MySQLdb/tests/test_MySQLdb_nonstandard.py
+++ b/MySQLdb/tests/test_MySQLdb_nonstandard.py
@@ -44,7 +44,7 @@ class CoreAPI(unittest.TestCase):
"""Test _mysql interaction internals."""
def setUp(self):
- self.conn = _mysql.connect(db='test', host='127.0.0.1', user='test') #read_default_file="~/.my.cnf")
+ self.conn = _mysql.connect(db='test', host='127.0.0.1', user='root')
def tearDown(self):
self.conn.close()