diff options
Diffstat (limited to 'tests/activities')
-rw-r--r-- | tests/activities/models/test_post.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/activities/models/test_post.py b/tests/activities/models/test_post.py index a5f2f79..ff74a9e 100644 --- a/tests/activities/models/test_post.py +++ b/tests/activities/models/test_post.py @@ -100,7 +100,9 @@ def test_linkify_mentions_remote( @pytest.mark.django_db -def test_linkify_mentions_local(identity, identity2, remote_identity): +def test_linkify_mentions_local( + config_system, emoji_locals, identity, identity2, remote_identity +): """ Tests that we can linkify post mentions properly for local use """ |