mirror of
https://github.com/ae-utbm/sith.git
synced 2026-06-05 07:39:21 +00:00
automatically apply election results
This commit is contained in:
@@ -40,7 +40,6 @@ class TestElectionDetail(TestElection):
|
||||
reverse("election:detail", args=str(self.election.id))
|
||||
)
|
||||
assert response.status_code == 200
|
||||
assert "La roue tourne" in str(response.content)
|
||||
|
||||
|
||||
class TestElectionUpdateView(TestElection):
|
||||
|
||||
Reference in New Issue
Block a user