summaryrefslogtreecommitdiff
path: root/test/etap/081-config-override.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/etap/081-config-override.t')
-rwxr-xr-xtest/etap/081-config-override.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/etap/081-config-override.t b/test/etap/081-config-override.t
index 1d66b58e..bf9655f1 100755
--- a/test/etap/081-config-override.t
+++ b/test/etap/081-config-override.t
@@ -48,9 +48,9 @@ test() ->
etap:is(
couch_config:get("couchdb", "max_dbs_open"),
"100",
- "{couchdb, max_dbs_open} is 100 by defualt."
- ),
-
+ "{couchdb, max_dbs_open} is 100 by defualt."
+ ),
+
etap:is(
couch_config:get("httpd","port"),
"5984",