diff options
author | 2020-05-27 09:24:48 +0200 | |
---|---|---|
committer | 2020-05-27 09:24:48 +0200 | |
commit | 354d78ea01b11f8197dd6933be460f9b277e4645 (patch) | |
tree | f3f53c87cd8ae8b520a960b848e95b11d9b6b245 /pydis_site/apps/staff | |
parent | Merge pull request #353 from python-discord/post-game-jam (diff) |
No longer accept or track avatar_hash.
This should completely remove avatar_hash from the site - both in our
tests, in the model itself, and from the database (as a result of the
migration).
Diffstat (limited to 'pydis_site/apps/staff')
-rw-r--r-- | pydis_site/apps/staff/tests/test_logs_view.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/apps/staff/tests/test_logs_view.py b/pydis_site/apps/staff/tests/test_logs_view.py index 1415c558..936d1ad5 100644 --- a/pydis_site/apps/staff/tests/test_logs_view.py +++ b/pydis_site/apps/staff/tests/test_logs_view.py @@ -21,7 +21,6 @@ class TestLogsView(TestCase): id=12345678901, name='Alan Turing', discriminator=1912, - avatar_hash=None ) cls.author.roles.add(cls.developers_role) |