Removed a redundant test in the RunTestCase test case.
This commit is contained in:
@ -74,8 +74,6 @@ class RunTestCase(unittest.TestCase):
|
||||
self.assertEqual(response.status_code, 302)
|
||||
response = self.client.get("/accounting/", follow=True)
|
||||
self.assertEqual(response.status_code, 200)
|
||||
response = self.client.get("/accounting/", follow=True)
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
today: str = datetime.today().strftime("%Y-%m-%d")
|
||||
|
||||
|
Reference in New Issue
Block a user