mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
fix type
This commit is contained in:
@@ -3139,7 +3139,7 @@ func TestJobEndpoint_ValidateJobUpdate_ACL(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
// Attenpt to update without providing a valid token
|
||||
// Attempt to update without providing a valid token
|
||||
var resp structs.JobValidateResponse
|
||||
err := msgpackrpc.CallWithCodec(codec, "Job.Validate", req, &resp)
|
||||
assert.NotNil(err)
|
||||
|
||||
Reference in New Issue
Block a user