Skip to content

Commit

Permalink
tests: add a note on how to generate password
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Dec 3, 2024
1 parent 0d52ca5 commit 51e4884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/src/test/scala/mailspec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 51e4884

Please sign in to comment.