Missing forward slash
This commit is contained in:
parent
5e900b94d0
commit
cffc04fa91
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue