mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 22:54:37 +03:00
Add missing wlocks around message delivery to account, mostly for tests.
This commit is contained in:
@ -293,6 +293,8 @@ func TestAuthenticateTLSClientCert(t *testing.T) {
|
||||
tcheck(t, err, "open account")
|
||||
err = acc.SetPassword(pkglog, "test1234")
|
||||
tcheck(t, err, "set password")
|
||||
err = acc.Close()
|
||||
tcheck(t, err, "close account")
|
||||
tc = startArgsMore(t, true, true, nil, &clientConfig, false, true, true, "mjl", addClientCert)
|
||||
tc.transactf("no", "authenticate plain %s", base64.StdEncoding.EncodeToString([]byte("\u0000other@mox.example\u0000test1234")))
|
||||
tc.close()
|
||||
|
Reference in New Issue
Block a user