test/peddler/test_client.rb in peddler-0.6.0 vs test/peddler/test_client.rb in peddler-0.6.1
- old
+ new
@@ -7,10 +7,10 @@
@client = @klass.new('US', 'key', 'secret', 'merchant_id')
end
def test_configures_path
@klass.path('Foo')
- assert @client.endpoint.match(/Foo$/)
+ assert @client.aws_endpoint.match(/Foo$/)
end
def test_has_user_agent
refute @client.connection.data[:headers].empty?
end