Remove a defer.returnValue call.

This commit is contained in:
Andrey Rakhmatullin 2024-01-12 18:30:41 +04:00
parent 6127f7d278
commit 09a7efef7c
1 changed files with 1 additions and 1 deletions

View File

@ -2300,7 +2300,7 @@ class BatchDeliveriesTest(FeedExportTestBase):
content[feed["format"]].append(file.read_bytes())
finally:
self.tearDown()
defer.returnValue(content)
return content
@defer.inlineCallbacks
def assertExportedJsonLines(self, items, rows, settings=None):