correct object reference
This commit is contained in:
@@ -332,7 +332,7 @@ class TestAuthentication(base.PyMySQLTestCase):
|
|||||||
c = self.connections[0].cursor()
|
c = self.connections[0].cursor()
|
||||||
with TempUser(c, 'pymysql_sha256@localhost',
|
with TempUser(c, 'pymysql_sha256@localhost',
|
||||||
self.databases[0]['db'], 'sha256_password') as u:
|
self.databases[0]['db'], 'sha256_password') as u:
|
||||||
if self.mysql_server_is(conn, (5, 7, 0)):
|
if self.mysql_server_is(self.connections[0], (5, 7, 0)):
|
||||||
c.execute("SET PASSWORD FOR 'pymysql_sha256'@'localhost' ='Sh@256Pa33'")
|
c.execute("SET PASSWORD FOR 'pymysql_sha256'@'localhost' ='Sh@256Pa33'")
|
||||||
else:
|
else:
|
||||||
c.execute('SET old_passwords = 2')
|
c.execute('SET old_passwords = 2')
|
||||||
|
|||||||
Reference in New Issue
Block a user