Fixes in tests
This commit is contained in:
parent
d04a7121df
commit
764a4863a2
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ def webmodel_conn(request):
|
|||
import pymysql.cursors
|
||||
pymysql.install_as_MySQLdb
|
||||
|
||||
conn=pymysql.connect(options['mysql_host'],
|
||||
conn=pymysql.connect(host=options['mysql_host'],
|
||||
user=options['mysql_user'],
|
||||
passwd=options['mysql_password'],
|
||||
charset='utf8mb4',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue