diff --git a/pkg/broker/filter/filter_handler_test.go b/pkg/broker/filter/filter_handler_test.go index 863ac4ba2fe..5e769c29479 100644 --- a/pkg/broker/filter/filter_handler_test.go +++ b/pkg/broker/filter/filter_handler_test.go @@ -21,8 +21,6 @@ import ( "context" "fmt" "io" - "knative.dev/eventing/pkg/eventfilter/subscriptionsapi" - "knative.dev/pkg/logging" "net/http" "net/http/httptest" "strings" @@ -42,7 +40,9 @@ import ( eventingv1 "knative.dev/eventing/pkg/apis/eventing/v1" "knative.dev/eventing/pkg/apis/feature" "knative.dev/eventing/pkg/broker" + "knative.dev/eventing/pkg/eventfilter/subscriptionsapi" "knative.dev/pkg/apis" + "knative.dev/pkg/logging" reconcilertesting "knative.dev/pkg/reconciler/testing" triggerinformerfake "knative.dev/eventing/pkg/client/injection/informers/eventing/v1/trigger/fake" diff --git a/pkg/eventfilter/subscriptionsapi/filters_map.go b/pkg/eventfilter/subscriptionsapi/filters_map.go index ab67a68b0ec..cd6dfcb71d0 100644 --- a/pkg/eventfilter/subscriptionsapi/filters_map.go +++ b/pkg/eventfilter/subscriptionsapi/filters_map.go @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pkg/eventfilter/subscriptionsapi/filters_map_test.go b/pkg/eventfilter/subscriptionsapi/filters_map_test.go index 32a0dca1fbd..e16986176e5 100644 --- a/pkg/eventfilter/subscriptionsapi/filters_map_test.go +++ b/pkg/eventfilter/subscriptionsapi/filters_map_test.go @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,