Fix stray test checking verify_host_key

This commit is contained in:
Chris Roberts 2018-07-27 16:51:58 -07:00
parent 57e0bb5105
commit 0e0f660f62
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ describe Vagrant::Machine do
expect(instance.ssh_info[:keys_only]).to be(true)
end
it "verify_host_key should be default" do
expect(instance.ssh_info[:verify_host_key]).to be(false)
expect(instance.ssh_info[:verify_host_key]).to be(:never)
end
it "extra_args should be nil" do
expect(instance.ssh_info[:extra_args]).to be(nil)