Fix integration test URI
This commit is contained in:
@ -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(
|
||||||
|
Reference in New Issue
Block a user