Skip to content

Commit

Permalink
chore: enable iam authn flag for mysql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Sep 4, 2024
1 parent 81b6fa9 commit 306ae3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/test_pymysql_iam_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def getconn() -> pymysql.Connection:
user=user,
db=db,
ip_type="public", # can also be "private" or "psc"
enable_iam_auth=True,
)
return conn

Expand Down

0 comments on commit 306ae3c

Please sign in to comment.