mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 22:01:06 +00:00 
			
		
		
		
	automated refactor
This commit is contained in:
		| @@ -520,7 +520,7 @@ func TestDeletingAndFailedPods(t *testing.T) { | ||||
| 	updatePod(t, podClient, deletingPod.Name, func(pod *v1.Pod) { | ||||
| 		pod.Finalizers = []string{"fake.example.com/blockDeletion"} | ||||
| 	}) | ||||
| 	if err := c.CoreV1().Pods(ns.Name).Delete(context.TODO(), deletingPod.Name, &metav1.DeleteOptions{}); err != nil { | ||||
| 	if err := c.CoreV1().Pods(ns.Name).Delete(context.TODO(), deletingPod.Name, metav1.DeleteOptions{}); err != nil { | ||||
| 		t.Fatalf("Error deleting pod %s: %v", deletingPod.Name, err) | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user