aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-23 16:47:31 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-23 16:47:31 +0200
commitf6a700cfc7b1f02fffe00d480aadd45c7473a582 (patch)
treeb7547da340235eb96ec9f3d1710f93fa78215a19
parentAdd missing test. (diff)
Use proper keyword argument.
-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"}
)
)