diff options
author | 2020-10-10 20:21:42 +0300 | |
---|---|---|
committer | 2020-10-10 20:21:42 +0300 | |
commit | 8cb18e635920d64734a66be77e849cae3441108b (patch) | |
tree | 4e068a85cd0bd04231b9e837f39ca0a067a9982f /pydis_site/apps | |
parent | Fix wrong exception name (diff) |
Remove unnecessary newline from user tests
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/api/tests/test_users.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/apps/api/tests/test_users.py b/pydis_site/apps/api/tests/test_users.py index 01bf208b..e512f506 100644 --- a/pydis_site/apps/api/tests/test_users.py +++ b/pydis_site/apps/api/tests/test_users.py @@ -454,7 +454,6 @@ class UserMetricityTests(APISubdomainTestCase): self.assertEqual(response.status_code, 200) self.assertEqual(response.json()["voice_banned"], case["voice_banned"]) - def mock_metricity_user(self, verified_at, total_messages): patcher = patch("pydis_site.apps.api.viewsets.bot.user.Metricity") self.metricity = patcher.start() |