Skip to content

Commit a3e2e6d

Browse files
committed
set wait_for_ip param to True
1 parent a21e043 commit a3e2e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/cloudshell/tests/test_commands/test_vm_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test(self, get_network_by_device):
3030
ip_regex_param.value = '.*'
3131
wait_for_ip_param = Mock()
3232
wait_for_ip_param.name = 'wait_for_ip'
33-
wait_for_ip_param.value = 'False'
33+
wait_for_ip_param.value = 'True'
3434
request = Mock()
3535
request.deployedAppJson.name = 'App1'
3636
request.deployedAppJson.vmdetails.vmCustomParams = [ip_regex_param, wait_for_ip_param]

0 commit comments

Comments
 (0)