Fix integration test URI

This commit is contained in:
2025-01-17 16:50:16 +01:00
parent 27d166dad6
commit 5e4a089b89

View File

@ -86,7 +86,7 @@ func runTests() {
func runCreateElectionTests() { func runCreateElectionTests() {
template := CombineSteps( template := CombineSteps(
Post("http://127.0.0.1:8080/election"), Post("http://127.0.0.1:8080/api/election"),
) )
MustDo( MustDo(