dottorblaster commented on a change in pull request #1760: test: port coffee.js to Elixir test suite URL: https://github.com/apache/couchdb/pull/1760#discussion_r236046480
########## File path: test/elixir/test/coffee_test.exs ########## @@ -0,0 +1,82 @@ +defmodule CoffeeTest do + use CouchTestCase + + @moduletag :coffee + @headers ["X-Couch-Full-Commit": "false"] Review comment: With the new approach, the need for this header became absolute zero. I removed it indeed. Thanks! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
