Skip to content

Commit 5b159c0

Browse files
committed
Make linter happy
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
1 parent 3789416 commit 5b159c0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkg/authorization/local_authorizer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@ func (a *LocalAuthorizer) newAuthorizer(clusterName logicalcluster.Name) *rbac.R
9090
)},
9191
&rbac.ClusterRoleBindingLister{Lister: a.clusterRoleBindingLister.Cluster(clusterName)},
9292
)
93-
9493
}

test/e2e/authorizer/authorizer_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ func TestAuthorizer(t *testing.T) {
320320
ws := org1.Join("workspace2")
321321

322322
rootShardSystemMasterClient, err := kcpkubernetesclientset.NewForConfig(rest.CopyConfig(server.RootShardSystemMasterBaseConfig(t)))
323+
require.NoError(t, err)
323324

324325
clusterRole := &rbacv1.ClusterRole{
325326
ObjectMeta: metav1.ObjectMeta{

0 commit comments

Comments
 (0)