mirror of https://github.com/k3s-io/k3s
Merge pull request #73175 from soltysh/fix_jobttl
Report proper namespace in TTLAfterFinished testpull/564/head
commit
6ed54138ee
|
@ -69,7 +69,7 @@ func testFinishedJob(f *framework.Framework) {
|
|||
job.ObjectMeta.Finalizers = []string{dummyFinalizer}
|
||||
defer cleanupJob(f, job)
|
||||
|
||||
framework.Logf("Create a Job %s/%s with TTL", job.Namespace, job.Name)
|
||||
framework.Logf("Create a Job %s/%s with TTL", ns, job.Name)
|
||||
job, err := framework.CreateJob(c, ns, job)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
|
||||
|
|
Loading…
Reference in New Issue