From: David Lutterkort <lut...@redhat.com> --- server/tests/drivers/rhevm/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/tests/drivers/rhevm/common.rb b/server/tests/drivers/rhevm/common.rb index 14a51f9..b3d3a63 100644 --- a/server/tests/drivers/rhevm/common.rb +++ b/server/tests/drivers/rhevm/common.rb @@ -22,5 +22,5 @@ VCR.configure do |c| # be sure to clear fixtures/*.yml files which can be done with "git checkout". # e.g.: # c.default_cassette_options = { :record => :all } - c.default_cassette_options = { :record => :none } + c.default_cassette_options = { :record => :none, :match_requests_on => [ :method, :path, :query ] } end -- 1.8.1.4