benadida / helios-server

Helios server
http://heliosvoting.org
Apache License 2.0
711 stars 341 forks source link

Delete duplicate election.json file #347

Closed pauarge closed 3 months ago

pauarge commented 2 years ago

This PR removes an unused election.json file. The file used for tests lives in helios/fixtures/election.json, but the one in heliosbooth/election.json is redundant and not used anywhere.

benadida commented 3 months ago

could you squash these changes into a simple commit? I'd love to merge it.

pauarge commented 3 months ago

@benadida done

laoumh commented 1 week ago

Hello everyone!

@pauarge I believe this commit deleted the wrong file. It meant to delete heliosbooth/election.json, but it actually deleted helios/fixtures/election.json, and now many tests in helios/tests.py that depend on election.json fail.