Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
sapirshuker committed Nov 20, 2024
1 parent 89c9a40 commit 01c59ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Packs/Kafka/Integrations/KafkaV3/KafkaV3_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 01c59ad

Please sign in to comment.