mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
spelling: fields
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
050cd583df
commit
9c5d588630
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ from bookwyrm.settings import DOMAIN
|
||||||
@patch("bookwyrm.activitystreams.populate_stream_task.delay")
|
@patch("bookwyrm.activitystreams.populate_stream_task.delay")
|
||||||
@patch("bookwyrm.lists_stream.populate_lists_task.delay")
|
@patch("bookwyrm.lists_stream.populate_lists_task.delay")
|
||||||
class ModelFields(TestCase):
|
class ModelFields(TestCase):
|
||||||
"""overwrites standard model feilds to work with activitypub"""
|
"""overwrites standard model fields to work with activitypub"""
|
||||||
|
|
||||||
def test_validate_remote_id(self, *_):
|
def test_validate_remote_id(self, *_):
|
||||||
"""should look like a url"""
|
"""should look like a url"""
|
||||||
|
|
Loading…
Reference in a new issue