mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-01 20:27:36 +03:00
Finally fix tests
Took way too long.
This commit is contained in:
parent
ef7fa210dc
commit
01c65cfb0e
2 changed files with 1 additions and 4 deletions
|
@ -72,9 +72,6 @@ type Endpoint struct {
|
|||
|
||||
sessionCnt atomic.Int32
|
||||
|
||||
authNormalize authz.NormalizeFunc
|
||||
authMap module.Table
|
||||
|
||||
listenersWg sync.WaitGroup
|
||||
|
||||
Log log.Logger
|
||||
|
|
|
@ -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`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue