testutil: Fix missing return typo.

This commit is contained in:
Brett Smith 2020-03-25 10:50:50 -04:00
parent e8e7137216
commit 91a436abd5

View file

@ -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: