Skip to content

Commit

Permalink
Allow unused http interactions on refresh_new_target test
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed May 4, 2017
1 parent 3250944 commit b52db3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

target_hash, target_klass, target_find = ep_class.parse_new_target(add_vm_event, description, @ems, name)

new_vm = VCR.use_cassette("#{described_class.name.underscore}_target_new_vm") do
new_vm = VCR.use_cassette("#{described_class.name.underscore}_target_new_vm", :allow_unused_http_interactions => true) do
EmsRefresh.refresh_new_target(@ems, target_hash, target_klass, target_find)
end

Expand Down

0 comments on commit b52db3b

Please sign in to comment.