This is an automated email from the ASF dual-hosted git repository. gfournier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 355713e0978eda505eb765642ce94aa6d6c20734 Author: jovanpet <[email protected]> AuthorDate: Mon Oct 20 23:10:52 2025 -0400 spacing --- pkg/trait/keda_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/trait/keda_test.go b/pkg/trait/keda_test.go index 17b5e018d..20c57a6f9 100644 --- a/pkg/trait/keda_test.go +++ b/pkg/trait/keda_test.go @@ -93,7 +93,6 @@ func TestKedaAuthentication(t *testing.T) { assert.Equal(t, "ns", triggerAuths[0].Namespace) assert.NotNil(t, triggerAuths[0].Spec.SecretTargetRef) assert.Len(t, triggerAuths[0].Spec.SecretTargetRef, 2) - assert.ElementsMatch( t, []v1alpha1.AuthSecretTargetRef{
