We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a9db2 commit 887d65dCopy full SHA for 887d65d
1 file changed
spec/sendgrid/settings/settings_spec.rb
@@ -1,7 +1,7 @@
1
require 'spec_helper'
2
3
describe SendGrid::Settings do
4
- let(:sendgrid_client) { SendGrid::API.new(api_key: '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').client }
+ let(:sendgrid_client) { SendGrid::API.new(api_key: 'fake_key').client }
5
let(:settings) { SendGrid::Settings.new(sendgrid_client: sendgrid_client) }
6
7
describe '.new' do
0 commit comments