testing channels

This commit is contained in:
2026-03-03 09:46:12 -07:00
parent c86fbe9f67
commit e0f2d8c4aa
9 changed files with 285 additions and 5 deletions

View File

@@ -7,8 +7,10 @@ config :backend, BackendWeb.Endpoint,
secret_key_base: "K4i8bHJci8dPJ6LuZHJo147F1h8Wq+SaK4trNGLxJ1cRGkZPZvvm1zk5wWEYY+o2",
server: false
# In test we don't send emails
config :backend, Backend.Mailer, adapter: Swoosh.Adapters.Test
# Disable OpenTelemetry exporter in tests
config :opentelemetry,
traces_exporter: :none,
processors: []
# Print only warnings and errors during test
config :logger, level: :warning