Fix integration test URI
This commit is contained in:
@ -86,7 +86,7 @@ func runTests() {
|
||||
|
||||
func runCreateElectionTests() {
|
||||
template := CombineSteps(
|
||||
Post("http://127.0.0.1:8080/election"),
|
||||
Post("http://127.0.0.1:8080/api/election"),
|
||||
)
|
||||
|
||||
MustDo(
|
||||
|
Reference in New Issue
Block a user