Fixes in tests

This commit is contained in:
Antonio de la Rosa 2022-05-07 01:41:32 +02:00
parent d04a7121df
commit 764a4863a2
2 changed files with 2 additions and 2 deletions

View file

@ -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',