mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
Missing forward slash
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user