We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31956db commit 417a76cCopy full SHA for 417a76c
1 file changed
config/test.exs
@@ -43,7 +43,7 @@ end
43
# Initialize plugs at runtime for faster test compilation
44
config :phoenix, :plug_init_mode, :runtime
45
46
-# In test we don't send emails.
+# Don't send emails in test.
47
config :phoenix_container_example, PhoenixContainerExample.Mailer, adapter: Swoosh.Adapters.Test
48
49
# Disable swoosh api client as it is only required for production adapters
0 commit comments