Fixes retry test
This commit is contained in:
@ -96,7 +96,6 @@ class ImportViews(TestCase):
|
|||||||
item = models.ImportItem.objects.create(
|
item = models.ImportItem.objects.create(
|
||||||
index=0,
|
index=0,
|
||||||
job=job,
|
job=job,
|
||||||
book_guess=self.book,
|
|
||||||
fail_reason="no match",
|
fail_reason="no match",
|
||||||
data={},
|
data={},
|
||||||
normalized_data={},
|
normalized_data={},
|
||||||
|
Reference in New Issue
Block a user