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 e9e9a2d commit d83f2deCopy full SHA for d83f2de
test_mysql_ch_replicator.py
@@ -1560,7 +1560,8 @@ def test_enum_conversion():
1560
and that zero values are preserved rather than converted to first enum value.
1561
"""
1562
config_file = CONFIG_FILE
1563
- cfg = config.Settings(config_file)
+ cfg = config.Settings()
1564
+ cfg.load(config_file)
1565
mysql_config = cfg.mysql
1566
clickhouse_config = cfg.clickhouse
1567
mysql = mysql_api.MySQLApi(mysql_config)
0 commit comments