fix some docs

This commit is contained in:
songenjie 2021-04-14 21:15:53 +08:00
parent 382f702f59
commit ffd3b3d445

View File

@ -20,7 +20,7 @@ def start_cluster():
('part', 'date', 'part_name'),
[
('PARTITION', '2020-08-27', '2020-08-27'),
('PART', '2020-08-28' '20200828_0_0_0'),
('PART', '2020-08-28', '20200828_0_0_0'),
]
)
def test_fetch_part_from_allowed_zookeeper(start_cluster, part, date, part_name):