1 parent 38aea8d commit 0eb0199Copy full SHA for 0eb0199
1 file changed
tests/transport/test_common.py
@@ -212,7 +212,9 @@ def test_simple_send_message():
212
213
ct.send(mock.sentinel.destination, mock.sentinel.message)
214
215
- ct._send.assert_called_with(mock.sentinel.destination, mock.sentinel.message)
+ ct._send.assert_called_with(
216
+ mock.sentinel.destination, mock.sentinel.message, headers=None
217
+ )
218
219
220
def test_simple_broadcast_message():
0 commit comments