Missing forward slash

This commit is contained in:
Alex Dadgar
2016-01-19 11:18:03 -08:00
parent 1ab7896133
commit e5ef12d80c

View File

@@ -458,7 +458,7 @@ func TestHTTP_PeriodicForce(t *testing.T) {
}
// Make the HTTP request
req, err := http.NewRequest("POST", "/v1/job/"+job.ID+"periodic/force", nil)
req, err := http.NewRequest("POST", "/v1/job/"+job.ID+"/periodic/force", nil)
if err != nil {
t.Fatalf("err: %v", err)
}