Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Jan 10, 2025
1 parent 4f0494e commit 42811ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/email/email_external_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ import (
func TestSendEmail(t *testing.T) {
t.Parallel()
e := email.MustNew(&config.Config{
DB: config.DB{},
JWT: config.JWT{},
Server: config.Server{
AllowedOrigins: nil,
AllowedOrigins: []string{os.Getenv("GET_STRONGER_ALLOWED_ORIGIN")},
},
Environment: "",
})
err := e.SendVerification(context.Background(), email.SendVerification{
Name: "John Doe",
Expand Down

0 comments on commit 42811ab

Please sign in to comment.