Skip to content
Snippets Groups Projects
Commit 53434e95 authored by Alexis Poyen's avatar Alexis Poyen
Browse files

Refactor : Not need anymore

parent 799a81ae
No related branches found
No related tags found
No related merge requests found
Pipeline #5938 passed
......@@ -132,8 +132,6 @@ func deletionInCascadeGenericElectionTest(t *testing.T) {
json.Unmarshal([]byte(response), &token)
xsrfHeader := tester.Header{Key: "XSRF-TOKEN", Value: token.XSRFToken}
// TODO check that Candidate and candidateLists are deleted in cascade on Party deletion.
// Test deletion in cascade for generic election
do("DELETE", "/api/Election/1", xsrfHeader, ``, 200, ``)
do("GET", "/api/Area/1", xsrfHeader, ``, 404, `id is missing`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment