From 51e488437cb3da32d374e1a3322aaae603d58f2e Mon Sep 17 00:00:00 2001 From: David Francoeur Date: Mon, 2 Dec 2024 23:23:31 -0500 Subject: [PATCH] tests: add a note on how to generate password --- integration-tests/src/test/scala/mailspec.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/src/test/scala/mailspec.scala b/integration-tests/src/test/scala/mailspec.scala index 79108ed..8e58ea2 100644 --- a/integration-tests/src/test/scala/mailspec.scala +++ b/integration-tests/src/test/scala/mailspec.scala @@ -11,6 +11,7 @@ import java.net.InetAddress class MailSpec extends munit.FunSuite { + // create a gmail app password https://myaccount.google.com/apppasswords test("the mailer should send an email") { val email = sys.env("IT_EMAIL") val password = sys.env("IT_PASSWORD")