mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 18:05:36 +00:00
test: print response when MKCOL fails for a mailbox
This commit is contained in:
@@ -177,7 +177,7 @@ describe('MailDAV', function() {
|
||||
if (mailboxesList.indexOf(path) < 0)
|
||||
mailboxesList.push(path)
|
||||
expect(response.status)
|
||||
.withContext(`HTTP status code when creating the mailbox ${path}`)
|
||||
.withContext(`HTTP status code when creating the mailbox ${path} (${response.raw})`)
|
||||
.toBe(expectedCode)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user