mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 05:07:38 +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
|
sessionCnt atomic.Int32
|
||||||
|
|
||||||
authNormalize authz.NormalizeFunc
|
|
||||||
authMap module.Table
|
|
||||||
|
|
||||||
listenersWg sync.WaitGroup
|
listenersWg sync.WaitGroup
|
||||||
|
|
||||||
Log log.Logger
|
Log log.Logger
|
||||||
|
|
|
@ -107,7 +107,7 @@ func TestMultipleDomains_SeparateNamespace(tt *testing.T) {
|
||||||
user3SMTP := t.Conn("submission")
|
user3SMTP := t.Conn("submission")
|
||||||
defer user3SMTP.Close()
|
defer user3SMTP.Close()
|
||||||
user3SMTP.SMTPNegotation("localhost", []string{"AUTH PLAIN"}, nil)
|
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.Writeln(`. LIST "" "*"`)
|
||||||
user1.Expect(`* LIST (\HasNoChildren) "." INBOX`)
|
user1.Expect(`* LIST (\HasNoChildren) "." INBOX`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue