Repository: couchdb-couch
Updated Branches:
  refs/heads/master 514a44775 -> be1dedb8e


Set default_security for oauth tests to everyone


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/4231163b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/4231163b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/4231163b

Branch: refs/heads/master
Commit: 4231163b072466c4be5c71093130cddd14e25219
Parents: 514a447
Author: Eric Avdey <e...@eiri.ca>
Authored: Thu May 19 11:22:52 2016 -0300
Committer: Eric Avdey <e...@eiri.ca>
Committed: Thu May 19 11:25:05 2016 -0300

----------------------------------------------------------------------
 test/couchdb_vhosts_tests.erl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/4231163b/test/couchdb_vhosts_tests.erl
----------------------------------------------------------------------
diff --git a/test/couchdb_vhosts_tests.erl b/test/couchdb_vhosts_tests.erl
index 13b69bb..d1da063 100644
--- a/test/couchdb_vhosts_tests.erl
+++ b/test/couchdb_vhosts_tests.erl
@@ -68,6 +68,7 @@ setup_oauth() ->
     config:set("oauth_token_users", "otoksec1", "joe", false),
     config:set("oauth_consumer_secrets", "consec1", "foo", false),
     config:set("oauth_token_secrets", "otoksec1", "foobar", false),
+    config:set("couchdb", "default_security", "everyone", false),
     config:set("couch_httpd_auth", "require_valid_user", "true", false),
 
     ok = config:set(

Reply via email to