updated mailbox app password
This commit is contained in:
@@ -50,7 +50,7 @@ func newTestMailboxWithAppPassword(t *testing.T) (client *imapclient.Client, mai
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if _, err := database.CreateAppPassword(mailboxID, "test client", appHash); err != nil {
|
||||
if _, err := database.CreateAppPassword(mailboxID, "test client", appHash, nil); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
@@ -167,7 +167,7 @@ func TestIMAPListAndSelectAdditionalFolder(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if _, err := database.CreateAppPassword(mailboxID, "test client", appHash); err != nil {
|
||||
if _, err := database.CreateAppPassword(mailboxID, "test client", appHash, nil); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user