diff options
Diffstat (limited to 't/specs')
-rw-r--r-- | t/specs/couchdb.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/specs/couchdb.json b/t/specs/couchdb.json index f7c44b2..21cd5a1 100644 --- a/t/specs/couchdb.json +++ b/t/specs/couchdb.json @@ -20,7 +20,8 @@ "database" ], "path" : "/:database/_all_docs", - "method" : "GET" + "method" : "GET", + "authentication": 1 }, "create_document_with_id" : { "required" : [ |