VCR: Try to use frobnitz as default token

This commit is contained in:
Olle Jonsson 2016-09-28 00:10:51 +02:00
parent de525fb1e8
commit 3fc0012de2

View File

@ -47,7 +47,7 @@ VCR.configure do |c|
decode_compressed_response: true decode_compressed_response: true
} }
c.filter_sensitive_data("<GITHUB_TOKEN>") do c.filter_sensitive_data("<GITHUB_TOKEN>") do
"token #{ENV.fetch('CHANGELOG_GITHUB_TOKEN')}" "token #{ENV.fetch('CHANGELOG_GITHUB_TOKEN') { 'frobnitz' }}"
end end
c.configure_rspec_metadata! c.configure_rspec_metadata!