File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ def test_handle_node_moving_event_success(self):
443
443
assert event in self .handler ._processed_events
444
444
445
445
# Verify pool methods were called
446
- self .mock_pool .add_tmp_config_to_connection_kwargs .assert_called_once ()
446
+ self .mock_pool .update_connections_settings .assert_called_once ()
447
447
448
448
def test_handle_node_moved_event (self ):
449
449
"""Test handling of node moved event (cleanup)."""
@@ -454,7 +454,7 @@ def test_handle_node_moved_event(self):
454
454
self .handler .handle_node_moved_event (event )
455
455
456
456
# Verify cleanup methods were called
457
- self .mock_pool .remove_tmp_config_from_connection_kwargs .assert_called_once ()
457
+ self .mock_pool .update_connections_settings .assert_called_once ()
458
458
459
459
460
460
class TestMaintenanceEventConnectionHandler :
You can’t perform that action at this time.
0 commit comments