wohali opened a new issue #3158:
URL: https://github.com/apache/couchdb/issues/3158
```
ProxyAuthTest
* test proxy auth with secret (46.0ms)
1) test proxy auth with secret (ProxyAuthTest)
test/elixir/test/proxyauth_test.exs:7
Assertion with == failed
code: assert resp.body() == "Welcome [email protected]"
left: "Welcome null"
right: "Welcome [email protected]"
stacktrace:
test/elixir/test/proxyauth_test.exs:88: ProxyAuthTest.test_fun/3
(couchdbtest) test/elixir/lib/couch/db_test.ex:475:
Couch.DBTest.run_on_modified_server/2
test/elixir/test/proxyauth_test.exs:52: (test)
* test proxy auth without secret (47.0ms)
2) test proxy auth without secret (ProxyAuthTest)
test/elixir/test/proxyauth_test.exs:95
Assertion with == failed
code: assert resp.body() == "Welcome [email protected]"
left: "Welcome null"
right: "Welcome [email protected]"
stacktrace:
test/elixir/test/proxyauth_test.exs:158:
ProxyAuthTest.test_fun_no_secret/2
(couchdbtest) test/elixir/lib/couch/db_test.ex:475:
Couch.DBTest.run_on_modified_server/2
test/elixir/test/proxyauth_test.exs:133: (test)
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]