Skip to content

Commit 4a4d43d

Browse files
committed
chore: edit test_ip_types comment
1 parent f497349 commit 4a4d43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test_ip_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def getconn() -> pymysql.connections.Connection:
3434
conn: pymysql.connections.Connection = connector.connect(
3535
os.environ["MYSQL_CONNECTION_NAME"],
3636
"pymysql",
37-
ip_type=ip_type, # can be "public", "private" or "psc"
37+
ip_type=ip_type,
3838
user=os.environ["MYSQL_USER"],
3939
password=os.environ["MYSQL_PASS"],
4040
db=os.environ["MYSQL_DB"],

0 commit comments

Comments
 (0)