You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/12 17:26:20 UTC

[GitHub] nickva closed pull request #1727: Remove eliminated config options from elixir tests

nickva closed pull request #1727: Remove eliminated config options from elixir tests
URL: https://github.com/apache/couchdb/pull/1727
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/test/elixir/test/config_test.exs b/test/elixir/test/config_test.exs
index 1931a21f19..c0e347b221 100644
--- a/test/elixir/test/config_test.exs
+++ b/test/elixir/test/config_test.exs
@@ -69,10 +69,7 @@ defmodule ConfigTest do
 
   test "Standard config options are present", context do
     assert context[:config]["couchdb"]["database_dir"]
-    assert context[:config]["daemons"]["httpd"]
-    assert context[:config]["httpd_global_handlers"]["_config"]
     assert context[:config]["log"]["level"]
-    assert context[:config]["query_servers"]["javascript"]
   end
 
   test "Settings can be altered with undefined whitelist allowing any change", context do


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services