We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f497349 commit 4a4d43dCopy full SHA for 4a4d43d
tests/system/test_ip_types.py
@@ -34,7 +34,7 @@ def getconn() -> pymysql.connections.Connection:
34
conn: pymysql.connections.Connection = connector.connect(
35
os.environ["MYSQL_CONNECTION_NAME"],
36
"pymysql",
37
- ip_type=ip_type, # can be "public", "private" or "psc"
+ ip_type=ip_type,
38
user=os.environ["MYSQL_USER"],
39
password=os.environ["MYSQL_PASS"],
40
db=os.environ["MYSQL_DB"],
0 commit comments