We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f7d30 commit 2bc3ce1Copy full SHA for 2bc3ce1
1 file changed
test/test_helper.rb
@@ -16,4 +16,7 @@
16
VCR.configure do |config|
17
config.cassette_library_dir = "test/fixtures/vcr_cassettes"
18
config.hook_into :webmock
19
+ config.before_record do |rec|
20
+ rec.request.uri.sub!(ZENOSS_URL, 'http://localhost:8080/zport/dmd')
21
+ end
22
end
0 commit comments