mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +00:00
automated refactor
This commit is contained in:
@@ -78,7 +78,7 @@ func TestNamespaceCondition(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
if err = kubeClient.CoreV1().Namespaces().Delete(context.TODO(), nsName, nil); err != nil {
|
||||
if err = kubeClient.CoreV1().Namespaces().Delete(context.TODO(), nsName, metav1.DeleteOptions{}); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user