refactor: fix credo issues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
01dea8bb8b
commit
fbf3b64192
2 changed files with 74 additions and 28 deletions
|
|
@ -945,9 +945,7 @@ defmodule MvWeb.MemberLive.IndexTest do
|
|||
|
||||
# Build URL with all 60 filters
|
||||
filter_params =
|
||||
boolean_fields
|
||||
|> Enum.map(fn cf -> "bf_#{cf.id}=true" end)
|
||||
|> Enum.join("&")
|
||||
Enum.map_join(boolean_fields, "&", fn cf -> "bf_#{cf.id}=true" end)
|
||||
|
||||
{:ok, view, _html} = live(conn, "/members?#{filter_params}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue