mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Fix formatting
This commit is contained in:
parent
076d96236e
commit
e3b9d78915
@ -377,7 +377,7 @@ var _ = SIGDescribe("ReplicationController", func() {
|
||||
framework.ExpectEqual(eventFound, true, "failed to find RC %v event", watch.Added)
|
||||
|
||||
return actualWatchEvents
|
||||
}, func () (err error) {
|
||||
}, func() (err error) {
|
||||
_ = f.ClientSet.CoreV1().ReplicationControllers(testRcNamespace).DeleteCollection(context.TODO(), metav1.DeleteOptions{}, metav1.ListOptions{LabelSelector: "test-rc-static=true"})
|
||||
return err
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user