Skip to content

Commit

Permalink
fix: remove test pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
csunny committed Dec 19, 2023
1 parent 8eb2fd0 commit 59cc56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/intetration_tests/datasource/test_conn_mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def db():
"localhost",
3307,
"root",
"12345678",
"******",
"test",
engine_args={"connect_args": {"charset": "utf8mb4"}},
)
Expand Down

0 comments on commit 59cc56a

Please sign in to comment.