mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix integration tests
This commit is contained in:
parent
d5a96d7725
commit
04962e61ee
@ -2221,7 +2221,7 @@ class ClickHouseInstance:
|
||||
|
||||
@staticmethod
|
||||
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
|
||||
|
||||
@property
|
||||
|
Loading…
Reference in New Issue
Block a user