Fix integration tests

This commit is contained in:
Alexey Milovidov 2021-09-22 02:08:09 +03:00
parent d5a96d7725
commit 04962e61ee

View File

@ -2221,7 +2221,7 @@ class ClickHouseInstance:
@staticmethod @staticmethod
def dict_to_xml(dictionary): def dict_to_xml(dictionary):
xml_str = dict2xml(dictionary, wrap="yandex", indent=" ", newlines=True) xml_str = dict2xml(dictionary, wrap="clickhouse", indent=" ", newlines=True)
return xml_str return xml_str
@property @property