mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
fix typo
This commit is contained in:
@@ -797,7 +797,7 @@ func TestJobEndpoint_Evaluate_ParameterizedJob(t *testing.T) {
|
||||
// Create the register request
|
||||
job := mock.Job()
|
||||
job.Type = structs.JobTypeBatch
|
||||
job.ParameterizedJob = &structs.ParameterizedJoConfig{}
|
||||
job.ParameterizedJob = &structs.ParameterizedJobConfig{}
|
||||
req := &structs.JobRegisterRequest{
|
||||
Job: job,
|
||||
WriteRequest: structs.WriteRequest{Region: "global"},
|
||||
|
||||
Reference in New Issue
Block a user