From d70486f983eb2d903b16d22c28051e15f0692b7a Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 26 Nov 2021 11:08:52 -0500 Subject: [PATCH] test: print response when MKCOL fails for a mailbox --- Tests/spec/MailDAVSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }