test/unit/mws/test_feeds_client.rb in peddler-0.15.0 vs test/unit/mws/test_feeds_client.rb in peddler-0.16.0

- old
+ new

@@ -12,10 +12,10 @@ 'FeedType' => 'type', 'MarketplaceIdList.Id.1' => '1' } @client.stub(:run, nil) do - @client.marketplace_id = 'A1F83G8C2ARO7P' + @client.primary_marketplace_id = 'A1F83G8C2ARO7P' @client.submit_feed('content', 'type', marketplace_id_list: '1') end assert_equal operation, @client.operation assert_equal 'content', @client.body