Merge branch 'main' into feature/371-groups-resource
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:
commit
5df1da1573
9 changed files with 632 additions and 27 deletions
|
|
@ -348,7 +348,7 @@ defmodule Mv.Membership.MemberSearchWithCustomFieldsTest do
|
|||
assert List.first(results).id == member1.id
|
||||
|
||||
# Delete custom field value
|
||||
assert :ok = Ash.destroy(cfv)
|
||||
assert :ok = Ash.destroy(cfv, actor: system_actor)
|
||||
|
||||
# Value should no longer be found
|
||||
deleted_results =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue