update change_host_name_test to comply with reintroduction of sleep_timeout parameter

This commit is contained in:
ajpaul 2018-03-16 13:59:23 -04:00
parent 2c9e9e9ab8
commit e602160234
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ describe "VagrantPlugins::GuestWindows::Cap::ChangeHostName" do
allow(machine).to receive(:guest)
allow(machine.guest).to receive(:capability)
allow(machine.guest).to receive(:capability?)
described_class.change_host_name_and_wait(machine, 'newhostname')
described_class.change_host_name_and_wait(machine, 'newhostname', 0)
end
end