test: add valid identity name for test task (#24056)

This commit is contained in:
Michael Smithhisler
2024-09-24 11:36:57 -04:00
committed by GitHub
parent 31e4669213
commit 389545bcf5

View File

@@ -752,6 +752,7 @@ func testJob() *Job {
},
},
Identity: &WorkloadIdentity{
Name: "foo",
Env: true,
File: true,
},