Skip to content

Commit

Permalink
Finally fix tests
Browse files Browse the repository at this point in the history
Took way too long.
  • Loading branch information
foxcpp committed Feb 2, 2025
1 parent ef7fa21 commit 01c65cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions internal/endpoint/smtp/smtp.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ type Endpoint struct {

sessionCnt atomic.Int32

authNormalize authz.NormalizeFunc
authMap module.Table

listenersWg sync.WaitGroup

Log log.Logger
Expand Down
2 changes: 1 addition & 1 deletion tests/multiple_domains_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func TestMultipleDomains_SeparateNamespace(tt *testing.T) {
user3SMTP := t.Conn("submission")
defer user3SMTP.Close()
user3SMTP.SMTPNegotation("localhost", []string{"AUTH PLAIN"}, nil)
user3SMTP.SMTPPlainAuth("user3@test2.maddy.email", "user3", true)
user3SMTP.SMTPPlainAuth("user1@test2.maddy.email", "user3", true)

user1.Writeln(`. LIST "" "*"`)
user1.Expect(`* LIST (\HasNoChildren) "." INBOX`)
Expand Down

0 comments on commit 01c65cf

Please sign in to comment.