test/integration/test_recommendations.rb in peddler-1.6.7 vs test/integration/test_recommendations.rb in peddler-2.0.0

- old
+ new

@@ -4,10 +4,10 @@ require 'mws/recommendations' class TestRecommendations < IntegrationTest def test_lists_recommendations clients.each do |client| - res = client.list_recommendations + res = client.list_recommendations(client.marketplace.id) refute_empty res.parse end end def test_gets_service_status