mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-18 21:08:58 -04:00
groupware: fix unit tests
This commit is contained in:
@@ -176,7 +176,7 @@ func (j *Client) GetAllEmailsInMailbox(accountId AccountId, mailboxId string, //
|
||||
}
|
||||
|
||||
return command(j, ctx, cmd, func(body *Response) (*EmailSearchResults, State, Error) {
|
||||
var queryResponse *EmailQueryResponse
|
||||
var queryResponse EmailQueryResponse
|
||||
err = retrieveQuery(ctx, body, query, "0", &queryResponse)
|
||||
if err != nil {
|
||||
return nil, "", err
|
||||
|
||||
Reference in New Issue
Block a user