mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Update dependencies, apply black and fix wrong default SITH_COUNTER_OFFICES values
This commit is contained in:
@ -110,6 +110,7 @@ class CounterTest(TestCase):
|
||||
"bank": "OTHER",
|
||||
},
|
||||
)
|
||||
self.assertTrue(response.status_code == 200)
|
||||
|
||||
response = self.client.post(
|
||||
reverse("counter:login", kwargs={"counter_id": self.foyer.id}),
|
||||
@ -139,7 +140,7 @@ class CounterTest(TestCase):
|
||||
"bank": "OTHER",
|
||||
},
|
||||
)
|
||||
self.assertTrue(response.status_code == 403)
|
||||
self.assertTrue(response.status_code == 200)
|
||||
|
||||
|
||||
class CounterStatsTest(TestCase):
|
||||
|
Reference in New Issue
Block a user