Skip to content

Commit 4bc4c38

Browse files
committed
Dev: unittest: Adjust unit test for previous commit
1 parent 72b0471 commit 4bc4c38

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
@@ -591,7 +591,7 @@ def test_join_ssh(
591591
mock_get_node_cononical_hostname,
592592
mock_detect_cluster_service_on_node
593593
):
594-
bootstrap._context = mock.Mock(current_user="bob", default_nic="eth1", use_ssh_agent=False)
594+
bootstrap._context = mock.Mock(current_user="bob", default_nic="eth1", use_ssh_agent=False, stage=None)
595595
mock_swap.return_value = None
596596
mock_ssh_copy_id.return_value = 0
597597
mock_get_node_cononical_hostname.return_value='node1'

0 commit comments

Comments
 (0)