Skip to content

Commit 887d65d

Browse files
committed
Update specs
1 parent 92a9db2 commit 887d65d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/sendgrid/settings/settings_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'spec_helper'
22

33
describe SendGrid::Settings do
4-
let(:sendgrid_client) { SendGrid::API.new(api_key: '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').client }
4+
let(:sendgrid_client) { SendGrid::API.new(api_key: 'fake_key').client }
55
let(:settings) { SendGrid::Settings.new(sendgrid_client: sendgrid_client) }
66

77
describe '.new' do

0 commit comments

Comments
 (0)