There was an error while loading. Please reload this page.
1 parent d43c145 commit ad7fc75Copy full SHA for ad7fc75
sdk/eventhub/azure-eventhub/tests/pyamqp_tests/unittest/test_link.py
@@ -68,6 +68,7 @@ def test_receive_transfer_frame_multiple():
68
target_address="test_target",
69
network_trace=False,
70
network_trace_params={},
71
+ on_transfer=Mock(),
72
)
73
74
link.current_link_credit = 2 # Set the link credit to 2
@@ -90,6 +91,7 @@ def test_receive_transfer_continuation_frame():
90
91
92
93
94
95
96
97
link.current_link_credit = 3 # Set the link credit to 2
0 commit comments