diff options
author | 2020-04-01 08:43:33 +0300 | |
---|---|---|
committer | 2020-08-27 07:22:15 +0300 | |
commit | bb55875dcdaf838c41b1e3b2c3dc4fdf368b0f09 (patch) | |
tree | cda7aa0402c2a7079abaea58a18167c167cb9a1a /pydis_site | |
parent | (Tag Cleanup): Removed Tags URL (diff) |
(Tag Cleanup): Removed Tags Model test.
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/apps/api/tests/test_models.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pydis_site/apps/api/tests/test_models.py b/pydis_site/apps/api/tests/test_models.py index e0e347bb..853e6621 100644 --- a/pydis_site/apps/api/tests/test_models.py +++ b/pydis_site/apps/api/tests/test_models.py @@ -14,7 +14,6 @@ from pydis_site.apps.api.models import ( OffensiveMessage, Reminder, Role, - Tag, User ) from pydis_site.apps.api.models.mixins import ModelReprMixin @@ -104,10 +103,6 @@ class StringDunderMethodTests(SimpleTestCase): ), creation=dt.utcnow() ), - Tag( - title='bob', - embed={'content': "the builder"} - ), User( id=5, name='bob', |