diff --git a/tests/intetration_tests/datasource/test_conn_mysql.py b/tests/intetration_tests/datasource/test_conn_mysql.py index 2b2114c7b..4d9eba95c 100644 --- a/tests/intetration_tests/datasource/test_conn_mysql.py +++ b/tests/intetration_tests/datasource/test_conn_mysql.py @@ -34,7 +34,7 @@ def db(): "localhost", 3307, "root", - "12345678", + "******", "test", engine_args={"connect_args": {"charset": "utf8mb4"}}, )