This commit is contained in:
Chelsea Holland Komlo
2017-09-25 17:41:17 +00:00
parent 445070eb6a
commit 10f4b4a82e

View File

@@ -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)