Fix missing actor parameters and restore AshAuthentication bypass tests
This commit is contained in:
parent
31699b7c90
commit
da0b045771
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