Add Buddha in test from last commit

This commit is contained in:
2024-12-31 15:37:02 +01:00
parent 3abaeba76b
commit 53aa4ab375

View File

@ -187,7 +187,8 @@ func runCreateElectionTests() {
"maxVoters": 10, "maxVoters": 10,
"expiresAt": "2018-12-31T14:15:22Z", "expiresAt": "2018-12-31T14:15:22Z",
"choices": [ "choices": [
"Gandhi" "Gandhi",
"Buddha"
] ]
}`), }`),
Expect().Status().Equal(http.StatusUnprocessableEntity), Expect().Status().Equal(http.StatusUnprocessableEntity),