Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Nov 8, 2024
1 parent 81a6b01 commit 2898f66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/mail/smtp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (suite *SmtpTestSuite) TestSMTPSendingService_SendStartTLS() {

func createTestMail() *models.Mail {
mail := models.Mail{
From: "Wakapi <noreply@waka.hackclub.com>",
From: "Wakapi <noreply@wakapi.dev>",
To: []models.MailAddress{"Kieran Klukas <[email protected]>"},
Subject: "Wakapi Test Mail",
Body: "This is just a test",
Expand Down
2 changes: 1 addition & 1 deletion testing/config.sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sentry:
mail:
enabled: false
provider: smtp
sender: Wakapi <noreply@waka.hackclub.com>
sender: Wakapi <noreply@wakapi.dev>

smtp:
host:
Expand Down
4 changes: 2 additions & 2 deletions testing/wakapi_api_tests.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
{
"key": "email",
"value": "testuser@waka.hackclub.com",
"value": "testuser@wakapi.dev",
"type": "text"
},
{
Expand Down Expand Up @@ -109,7 +109,7 @@
},
{
"key": "email",
"value": "testuser@waka.hackclub.com",
"value": "testuser@wakapi.dev",
"type": "text"
},
{
Expand Down

0 comments on commit 2898f66

Please sign in to comment.