Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatosnrg committed Mar 7, 2016
1 parent 21f0f82 commit 6b55a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sendgrid/api/rest/resource_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module REST
its(:key) { should == key }

it 'should have a valid ENDPOINT' do
described_class::ENDPOINT.should == 'https://sendgrid.com/api'
described_class::ENDPOINT.should == 'https://api.sendgrid.com/api'
end

describe '#post' do
Expand Down

0 comments on commit 6b55a9e

Please sign in to comment.