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.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etap/081-config-override.t b/test/etap/081-config-override.t
index 7813702c..12d41b8a 100755
--- a/test/etap/081-config-override.t
+++ b/test/etap/081-config-override.t
@@ -167,7 +167,7 @@ test() ->
etap:is(
couch_config:get("httpd", "bind_address"),
- "",
+ undefined,
"{httpd, bind_address} was actually deleted."
)
end,
@@ -202,7 +202,7 @@ test() ->
etap:is(
couch_config:get("httpd", "bind_address"),
- "",
+ undefined,
"{httpd, bind_address} is still \"\" after reopening."
)
end,