Skip to content

Commit

Permalink
Rename confluent kafka input test with conflicting name
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcad committed Nov 25, 2024
1 parent 68c125d commit b3e209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/connector/test_confluent_kafka_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_batch_finished_callback_calls_store_offsets(self, _):
kafka_consumer.store_offsets.assert_called_with(message=message)

@mock.patch("logprep.connector.confluent_kafka.input.Consumer")
def test_batch_finished_callback_calls_store_offsets(self, _):
def test_batch_finished_callback_does_not_call_store_offsets(self, _):
input_config = deepcopy(self.CONFIG)
kafka_input = Factory.create({"test": input_config})
kafka_consumer = kafka_input._consumer
Expand Down

0 comments on commit b3e209c

Please sign in to comment.