Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jan 6, 2021
1 parent 004a450 commit c1c4951
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pymysql/tests/test_connection.py
Expand Up @@ -392,7 +392,10 @@ def testAuthSHA256(self):
conn = self.connect()
c = conn.cursor()
with TempUser(
c, "pymysql_sha256@localhost", self.databases[0]["database"], "sha256_password"
c,
"pymysql_sha256@localhost",
self.databases[0]["database"],
"sha256_password",
) as u:
if self.mysql_server_is(conn, (5, 7, 0)):
c.execute("SET PASSWORD FOR 'pymysql_sha256'@'localhost' ='Sh@256Pa33'")
Expand Down

0 comments on commit c1c4951

Please sign in to comment.