From 10f4b4a82e4c8c079af03029f79848068047d27b Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Mon, 25 Sep 2017 17:41:17 +0000 Subject: [PATCH] fix type --- nomad/job_endpoint_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/job_endpoint_test.go b/nomad/job_endpoint_test.go index fa11a958c..3dfbf00e8 100644 --- a/nomad/job_endpoint_test.go +++ b/nomad/job_endpoint_test.go @@ -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)