mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 19:41:11 +00:00
Python formatting
This commit is contained in:
parent
047e827382
commit
b16f95c8cd
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@ class ImportViews(TestCase):
|
||||||
""" retry failed items """
|
""" retry failed items """
|
||||||
view = views.ImportStatus.as_view()
|
view = views.ImportStatus.as_view()
|
||||||
import_job = models.ImportJob.objects.create(
|
import_job = models.ImportJob.objects.create(
|
||||||
user=self.local_user,
|
user=self.local_user, privacy="unlisted"
|
||||||
privacy="unlisted"
|
|
||||||
)
|
)
|
||||||
request = self.factory.post("")
|
request = self.factory.post("")
|
||||||
request.user = self.local_user
|
request.user = self.local_user
|
||||||
|
|
Loading…
Reference in a new issue