diff --git a/Tests/spec/MailDAVSpec.js b/Tests/spec/MailDAVSpec.js index 1b940512c..0fcfc41fc 100644 --- a/Tests/spec/MailDAVSpec.js +++ b/Tests/spec/MailDAVSpec.js @@ -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) }