From 389545bcf5abc6f3e4491f040caaa6414296fddf Mon Sep 17 00:00:00 2001 From: Michael Smithhisler Date: Tue, 24 Sep 2024 11:36:57 -0400 Subject: [PATCH] test: add valid identity name for test task (#24056) --- nomad/structs/structs_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/nomad/structs/structs_test.go b/nomad/structs/structs_test.go index abd5b6120..803e57976 100644 --- a/nomad/structs/structs_test.go +++ b/nomad/structs/structs_test.go @@ -752,6 +752,7 @@ func testJob() *Job { }, }, Identity: &WorkloadIdentity{ + Name: "foo", Env: true, File: true, },