File diff e8e713721628 → 91a436abd521
tests/testutil.py
Show inline comments
...
 
@@ -218,7 +218,7 @@ class RTClient:
 
        try:
 
            att_seq = iter(self.TICKET_DATA[str(ticket_id)])
 
        except KeyError:
 
            None
 
            return None
 
        att_id = str(attachment_id)
 
        multipart_id = None
 
        for attch in att_seq: