mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Static check fix
This commit is contained in:
parent
70e2deb32f
commit
22f4b1c56a
1 changed files with 1 additions and 1 deletions
|
|
@ -5210,7 +5210,7 @@ func TestBackupFinalizerRemoval(t *testing.T) {
|
|||
Status: v1.ConditionTrue,
|
||||
})
|
||||
|
||||
job, err = clientset.BatchV1().Jobs(job.GetNamespace()).UpdateStatus(ctx, job, metav1.UpdateOptions{})
|
||||
_, err = clientset.BatchV1().Jobs(job.GetNamespace()).UpdateStatus(ctx, job, metav1.UpdateOptions{})
|
||||
if err != nil {
|
||||
t.Fatalf("Updating job status: %v", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue