forked from mirrors/bookwyrm
Remove unnecessary user create action
This commit is contained in:
parent
6d137ccada
commit
e87236d78f
1 changed files with 1 additions and 4 deletions
|
@ -2,14 +2,11 @@ import json
|
|||
import pathlib
|
||||
from django.test import TestCase
|
||||
|
||||
from bookwyrm import activitypub, models
|
||||
from bookwyrm import activitypub
|
||||
|
||||
|
||||
class Person(TestCase):
|
||||
def setUp(self):
|
||||
self.user = models.User.objects.create_user(
|
||||
'rat', 'rat@rat.com', 'ratword',
|
||||
)
|
||||
datafile = pathlib.Path(__file__).parent.joinpath(
|
||||
'../data/ap_user.json'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue