summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2022-04-09 10:28:41 +0200
committerJan Lehnardt <jan@apache.org>2022-04-09 10:46:14 +0200
commit84ff00e03a9e28757eb259ad6f17d8ff1b6bc678 (patch)
tree8fe26ec44d5baecf06d3711585ce2aa8b6b9d88b
parent563645f8c64df07260e8d4dd22599aa198039732 (diff)
downloadcouchdb-fix/proxyauth-test.tar.gz
fix: consistent use of new config sections makes tests less flakeyfix/proxyauth-test
-rw-r--r--test/elixir/test/config/skip.elixir2
-rw-r--r--test/elixir/test/proxyauth_test.exs4
2 files changed, 2 insertions, 4 deletions
diff --git a/test/elixir/test/config/skip.elixir b/test/elixir/test/config/skip.elixir
index bb27f13cd..9bf449683 100644
--- a/test/elixir/test/config/skip.elixir
+++ b/test/elixir/test/config/skip.elixir
@@ -3,8 +3,6 @@
"cookie auth"
],
"ProxyAuthTest": [
- "proxy auth with secret",
- "proxy auth without secret"
],
"ReaderACLTest": [
"unrestricted db can be read"
diff --git a/test/elixir/test/proxyauth_test.exs b/test/elixir/test/proxyauth_test.exs
index 6bf21920b..40e95f9b6 100644
--- a/test/elixir/test/proxyauth_test.exs
+++ b/test/elixir/test/proxyauth_test.exs
@@ -38,12 +38,12 @@ defmodule ProxyAuthTest do
:value => users_db_name
},
%{
- :section => "couch_httpd_auth",
+ :section => "chttpd_auth",
:key => "proxy_use_secret",
:value => "true"
},
%{
- :section => "couch_httpd_auth",
+ :section => "chttpd_auth",
:key => "secret",
:value => secret
}