janl commented on a change in pull request #3483:
URL: https://github.com/apache/couchdb/pull/3483#discussion_r611022028
##########
File path: test/elixir/test/users_db_test.exs
##########
@@ -298,4 +298,142 @@ defmodule UsersDbTest do
assert resp.body["userCtx"]["name"] == "[email protected]"
end
+
+ @tag :with_db
+ test "users password requirements", context do
Review comment:
`context` seems unused:
```
[2021-04-09T17:17:07.011Z] Excluding tags: [:without_quorum_test,
:with_quorum_test, :pending, :skip_on_****]
[2021-04-09T17:17:07.011Z]
[2021-04-09T17:17:14.578Z] warning: variable "string" is unused (if the
variable is not meant to be used, prefix it with an underscore)
[2021-04-09T17:17:14.578Z] test/elixir/test/utf8_test.exs:32:
UTF8Test."test UTF8 support"/1
[2021-04-09T17:17:14.578Z]
[2021-04-09T17:17:14.578Z] warning: variable "context" is unused (if the
variable is not meant to be used, prefix it with an underscore)
[2021-04-09T17:17:14.578Z] test/elixir/test/users_db_test.exs:303:
UsersDbTest."test users password requirements"/1
[2021-04-09T17:17:14.578Z]
[2021-04-09T17:17:14.578Z] warning: variable "context" is unused (if the
variable is not meant to be used, prefix it with an underscore)
[2021-04-09T17:17:14.578Z] test/elixir/test/users_db_test.exs:391:
UsersDbTest."test users password requirements with non list value"/1
[2021-04-09T17:17:14.578Z]
[2021-04-09T17:17:14.578Z] warning: variable "context" is unused (if the
variable is not meant to be used, prefix it with an underscore)
[2021-04-09T17:17:14.578Z] test/elixir/test/users_db_test.exs:416:
UsersDbTest."test users password requirements with not correct syntax"/1
```
--
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]