aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api/tests/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tests/test_models.py b/api/tests/test_models.py
index b254ddbb..3cf828d6 100644
--- a/api/tests/test_models.py
+++ b/api/tests/test_models.py
@@ -37,7 +37,7 @@ class StringDunderMethodTests(SimpleTestCase):
discriminator=1, avatar_hash=None
),
Tag(
- name='bob',
+ title='bob',
embed={'content': "the builder"}
)
)