Skip to content

Commit e73e412

Browse files
committed
Dev: unittest: Adjust unit test for previous commit
1 parent 28d5c4a commit e73e412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittests/test_bootstrap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def test_join_ssh(
564564
mock_get_node_cononical_hostname,
565565
mock_detect_cluster_service_on_node
566566
):
567-
bootstrap._context = mock.Mock(current_user="bob", default_nic="eth1", use_ssh_agent=False)
567+
bootstrap._context = mock.Mock(current_user="bob", default_nic="eth1", use_ssh_agent=False, stage=None)
568568
mock_swap.return_value = None
569569
mock_ssh_copy_id.return_value = 0
570570
mock_get_node_cononical_hostname.return_value='node1'

0 commit comments

Comments
 (0)