Revert setting AuthConfig owner reference #609
Annotations
2 errors and 1 warning
controllers/helper_test.go#L1
Please run gofmt -s.
diff --git a/controllers/helper_test.go b/controllers/helper_test.go
index 2a9f877..e0cd179 100644
--- a/controllers/helper_test.go
+++ b/controllers/helper_test.go
@@ -182,7 +182,7 @@ func CreateOrUpdateK8SObject(obj runtime.Object, k8sClient client.Client) error
return k8sClient.Update(context.Background(), k8sObjCopy)
}
-func DeleteK8sObjects(k8sClient client.Client, objs... runtime.Object) {
+func DeleteK8sObjects(k8sClient client.Client, objs ...runtime.Object) {
for _, obj := range objs {
k8sObj, ok := obj.(client.Object)
if !ok {
|
|
|
The logs for this run have expired and are no longer available.
Loading