File diff 1fc9363b26cb → a9eab2d4ea5f
tests/testutil.py
Show inline comments
...
 
@@ -179,9 +179,10 @@ class _TicketBuilder:
 
    MISC_ATTACHMENTS = [
 
        ('Forwarded Message.eml', 'message/rfc822', '3.1k'),
 
        ('photo.jpg', 'image/jpeg', '65.2k'),
 
        ('document.pdf', 'application/pdf', '326k'),
 
        ('screenshot.png', 'image/png', '1.9m'),
 
        ('ConservancyInvoice-301.pdf', 'application/pdf', '326k'),
 
        ('Company_invoice-2020030405_as-sent.pdf', 'application/pdf', '50k'),
 
        ('statement.txt', 'text/plain', '652b'),
 
        ('screenshot.png', 'image/png', '1.9m'),
 
    ]
 

	
 
    def __init__(self):