Fix missing actor parameters and restore AshAuthentication bypass tests
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
15a7c615d6
commit
71c13d0ac0
5 changed files with 50 additions and 48 deletions
|
|
@ -1323,7 +1323,8 @@ defmodule MvWeb.MemberLive.IndexTest do
|
|||
})
|
||||
|> Ash.create(actor: system_actor)
|
||||
|
||||
member_without_value = member_without_value |> Ash.load!(:custom_field_values)
|
||||
member_without_value =
|
||||
member_without_value |> Ash.load!(:custom_field_values, actor: system_actor)
|
||||
|
||||
members = [member_with_true, member_with_false, member_without_value]
|
||||
filters = %{to_string(boolean_field.id) => true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue