mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 08:06:59 +00:00
Import/Export backend
This commit is contained in:
@ -27,7 +27,7 @@ import (
|
||||
)
|
||||
|
||||
func benchTestContext() (*context.TestContext, *mocks.IMAPClient) {
|
||||
ctx := context.New()
|
||||
ctx := context.New("bridge")
|
||||
|
||||
username := "user"
|
||||
account := ctx.GetTestAccount(username)
|
||||
|
||||
Reference in New Issue
Block a user