Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Aug 12, 2024
1 parent 7360a94 commit 93f1aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/rekt/broker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ limitations under the License.
package rekt

import (
"knative.dev/eventing/test/rekt/features/authz"
"testing"
"time"

"knative.dev/eventing/test/rekt/features/authz"

"knative.dev/reconciler-test/pkg/feature"

"knative.dev/pkg/system"
Expand Down
5 changes: 3 additions & 2 deletions test/rekt/features/authz/addressable_authz_conformance.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ package authz
import (
"context"
"fmt"
"time"

"knative.dev/eventing/test/rekt/resources/eventpolicy"
"knative.dev/eventing/test/rekt/resources/pingsource"
"knative.dev/reconciler-test/pkg/environment"
"time"

"knative.dev/eventing/test/rekt/features/featureflags"

Expand Down Expand Up @@ -105,7 +106,7 @@ func addressableRejectsUnauthorizedRequest(gvr schema.GroupVersionResource, kind
eventpolicy.WithToRef(
gvr.GroupVersion().WithKind(kind),
name),
eventpolicy.WithFromSubject(fmt.Sprintf("system:serviceaccount:default:unknown-identity")),
eventpolicy.WithFromSubject("system:serviceaccount:default:unknown-identity"),
))
f.Setup(fmt.Sprintf("EventPolicy for %s %s is ready", kind, name), k8s.IsReady(gvr, name))

Expand Down

0 comments on commit 93f1aa5

Please sign in to comment.