Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
zemek committed Jun 17, 2024
1 parent ef64cec commit 7f95ead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/unit/transport/test_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@ def test_do_restore_message_celery(self):
payload, 'exchange', 'routing_key', client,
)

client.rpush.assert_called_with(self.channel._q_for_pri(queue, 3), dumps(result_payload))
client.rpush.assert_called_with(self.channel._q_for_pri(queue, 3),
dumps(result_payload))

def test_restore_no_messages(self):
message = Mock(name='message')
Expand Down

0 comments on commit 7f95ead

Please sign in to comment.