aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks123 <[email protected]>2020-04-01 08:43:33 +0300
committerGravatar ks129 <[email protected]>2020-08-27 07:22:15 +0300
commitbb55875dcdaf838c41b1e3b2c3dc4fdf368b0f09 (patch)
treecda7aa0402c2a7079abaea58a18167c167cb9a1a
parent(Tag Cleanup): Removed Tags URL (diff)
(Tag Cleanup): Removed Tags Model test.
-rw-r--r--pydis_site/apps/api/tests/test_models.py5
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',