diff --git a/jobspec/parse_test.go b/jobspec/parse_test.go index 6eb19af11..d452d1a70 100644 --- a/jobspec/parse_test.go +++ b/jobspec/parse_test.go @@ -94,7 +94,7 @@ func TestParse(t *testing.T) { Config: map[string]interface{}{ "image": "hashicorp/binstore", }, - Services: []structs.Service{ + Services: []*structs.Service{ { Id: "", Name: "binstore-storagelocker-binsl-binstore",