diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 2b85159..451b19a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -49,7 +49,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!