flake8
This commit is contained in:
@@ -30,4 +30,4 @@ class APITestCase(TestCase):
|
||||
self.assertTrue(response.data["error"] is None)
|
||||
|
||||
def assertFailed(self, response):
|
||||
self.assertTrue(response.data["error"] is not None)
|
||||
self.assertTrue(response.data["error"] is not None)
|
||||
|
||||
Reference in New Issue
Block a user