]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - test/reply
reply: Remove extraneous space from generated References
[obsolete/notmuch-old] / test / reply
index c877ffe10ba91219d86d0363fe4560a9cbda4029..a85ebe56e30f20e8176222c91bf06e5fe3f8ab08 100755 (executable)
@@ -242,7 +242,7 @@ test_expect_equal_json "$output" '
     "reply-headers": {
         "From": "Notmuch Test Suite <test_suite@notmuchmail.org>",
         "In-reply-to": "<'${gen_msg_id}'>",
-        "References": " <'${gen_msg_id}'>",
+        "References": "<'${gen_msg_id}'>",
         "Subject": "Re: \u00e0\u00df\u00e7",
         "To": "\u2603 <snowman@example.com>"
     }