Fix missing actor parameters and restore AshAuthentication bypass tests

This commit is contained in:
Moritz 2026-01-24 08:38:33 +01:00 committed by Simon
parent 31699b7c90
commit da0b045771
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
5 changed files with 50 additions and 48 deletions

View file

@ -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}