From 01c59adb732b7a1f665bc5b02c493f1b9e6cecad Mon Sep 17 00:00:00 2001 From: sapirshuker Date: Wed, 20 Nov 2024 16:27:30 +0200 Subject: [PATCH] remove empty line --- Packs/Kafka/Integrations/KafkaV3/KafkaV3_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Packs/Kafka/Integrations/KafkaV3/KafkaV3_test.py b/Packs/Kafka/Integrations/KafkaV3/KafkaV3_test.py index 655814d665ff..0560b65b7daa 100644 --- a/Packs/Kafka/Integrations/KafkaV3/KafkaV3_test.py +++ b/Packs/Kafka/Integrations/KafkaV3/KafkaV3_test.py @@ -727,7 +727,6 @@ def run_delivery_report(): {'last_fetched_offsets': {'0': 1}, 'last_topic': 'some-topic'}, [MessageMock(message='polled_msg', partition=0, offset=1, timestamp=(TIMESTAMP_NOT_AVAILABLE, 0))], [(0, 2), (0, 2), (0, 2)], id="first run, offset is 0")]) - def test_fetch_incidents(mocker, demisto_params, last_run, cluster_tree, topic_partitions, incidents, next_run, polled_msgs, offsets): """