VCR: Try to use frobnitz as default token
This commit is contained in:
parent
ba825488bd
commit
1cbd8c30dc
|
@ -49,7 +49,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!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user