fix: failing tests
This commit is contained in:
parent
c933144920
commit
a4239ce09b
5 changed files with 14 additions and 11 deletions
|
|
@ -58,3 +58,7 @@ config :mv, :sql_sandbox, true
|
|||
|
||||
# Join form rate limit: low limit so tests can trigger rate limiting (e.g. 2 per minute)
|
||||
config :mv, :join_rate_limit, scale_ms: 60_000, limit: 2
|
||||
|
||||
# Ash: silence "after_transaction hooks in surrounding transaction" warning when using
|
||||
# Ecto sandbox (tests run in a transaction; create_member after_transaction is expected).
|
||||
config :ash, warn_on_transaction_hooks?: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue