Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Dumchenko committed Dec 3, 2024
1 parent 26f0112 commit 794f39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brokers/confluent/test_consume.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ async def test_concurrent_consume(self, queue: str, mock: MagicMock):

consume_broker = self.get_broker()

args, kwargs = self.get_subscriber_params(queue, group_id="test", max_workers=2)
args, kwargs = self.get_subscriber_params(queue, max_workers=2)

@consume_broker.subscriber(*args, **kwargs)
async def handler(msg):
Expand Down

0 comments on commit 794f39b

Please sign in to comment.