We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b90262 commit 984ac66Copy full SHA for 984ac66
tests/integration/test_service.py
@@ -96,7 +96,7 @@ def test_control_plane_connections():
96
assert len(channels) == 1
97
# ... and one callback function for this channel
98
channel_key = next(iter(channels))
99
- assert len(channels[channel_key]) == 1
+ assert len(channels[channel_key].callbacks) == 1
100
101
intersect_service._control_plane_manager.remove_subscription_channel(channel_key)
102
assert len(intersect_service._control_plane_manager.get_subscription_channels()) == 0
0 commit comments