diff --git a/tests/integration/test_fetch_partition_from_auxiliary_zookeeper/test.py b/tests/integration/test_fetch_partition_from_auxiliary_zookeeper/test.py index 9553b0b64d3..7bce2d50011 100644 --- a/tests/integration/test_fetch_partition_from_auxiliary_zookeeper/test.py +++ b/tests/integration/test_fetch_partition_from_auxiliary_zookeeper/test.py @@ -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):