test/unit/plugins/synced_folders/rsync/helper_test.rb in vagrant-unbundled-2.0.1.0 vs test/unit/plugins/synced_folders/rsync/helper_test.rb in vagrant-unbundled-2.0.2.0

- old
+ new

@@ -218,10 +218,10 @@ let(:result) { Vagrant::Util::Subprocess::Result.new(0, "", "") } let(:ssh_info) {{ :private_key_path => ['/path/to/key'], :keys_only => true, - :paranoid => false, + :verify_host_key => false, }} let(:opts) {{ hostpath: "/foo", }} let(:ui) { machine.ui }