From a310ec2e3e6f1a8b8860bd5c72fab4e586729e17 Mon Sep 17 00:00:00 2001 From: "Fabien \"egg\" O'Carroll" Date: Thu, 16 Feb 2023 14:37:22 +0700 Subject: [PATCH] Fixed Mention unit test refs https://github.com/TryGhost/Ghost/commit/c6b90b6ac --- ghost/webmentions/test/Mention.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/webmentions/test/Mention.test.js b/ghost/webmentions/test/Mention.test.js index 64b3e423aa..44fff36d22 100644 --- a/ghost/webmentions/test/Mention.test.js +++ b/ghost/webmentions/test/Mention.test.js @@ -26,7 +26,8 @@ describe('Mention', function () { 'sourceAuthor', 'sourceExcerpt', 'sourceFavicon', - 'sourceFeaturedImage' + 'sourceFeaturedImage', + 'verified' ]; assert.deepEqual(actual, expected); });