diff --git a/tests/unit/test_mdrender.py b/tests/unit/test_mdrender.py index 73ce4233..0ce3e5e9 100644 --- a/tests/unit/test_mdrender.py +++ b/tests/unit/test_mdrender.py @@ -27,8 +27,6 @@ dummy_project = MagicMock() dummy_project.id = 1 dummy_project.slug = "test" -dummy_uuser = MagicMock() -dummy_uuser.get_full_name.return_value = "Dummy User" def test_proccessor_valid_emoji(): result = emojify.EmojifyPreprocessor().run(["**:smile:**"])