diff options
author | 2018-09-23 16:47:31 +0200 | |
---|---|---|
committer | 2018-09-23 16:47:31 +0200 | |
commit | f6a700cfc7b1f02fffe00d480aadd45c7473a582 (patch) | |
tree | b7547da340235eb96ec9f3d1710f93fa78215a19 /api | |
parent | Add missing test. (diff) |
Use proper keyword argument.
Diffstat (limited to 'api')
-rw-r--r-- | api/tests/test_models.py | 2 |
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"} ) ) |