Allow moderators to delete reported statuses
This commit is contained in:
parent
677a49fee3
commit
8c74beb78c
6 changed files with 47 additions and 5 deletions
|
@ -99,7 +99,6 @@ class ReportViews(TestCase):
|
|||
report.refresh_from_db()
|
||||
self.assertFalse(report.resolved)
|
||||
|
||||
|
||||
def test_deactivate_user(self):
|
||||
""" toggle whether a user is able to log in """
|
||||
self.assertTrue(self.rat.is_active)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue