diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index bb0aaed..1e3924f 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -47,7 +47,7 @@ VCR.configure do |c| decode_compressed_response: true } c.filter_sensitive_data("") do - "token #{ENV.fetch('CHANGELOG_GITHUB_TOKEN')}" + "token #{ENV.fetch('CHANGELOG_GITHUB_TOKEN') { 'frobnitz' }}" end c.configure_rspec_metadata!