You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by lu...@redhat.com on 2013/03/07 23:57:39 UTC

[PATCH 1/6] RHEVM tests: have VCR match only on path and query, not full URI

From: David Lutterkort <lu...@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