Skip to content

Commit

Permalink
Get linting passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed May 21, 2024
1 parent c793fce commit 686e8fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions controllers/replication/secret_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ func TestSecretController(t *testing.T) {
ctx := testutils.TestSetup(t)
ctx, cancel := context.WithCancel(ctx)
testEnv = &testutils.MultiClusterTestEnv{NumDataPlanes: 2}
logger, err := logr.FromContext(ctx)
require.NoError(t, err)
err = testEnv.Start(ctx, t, func(mgr manager.Manager, clientCache *clientcache.ClientCache, clusters []cluster.Cluster) error {
err := testEnv.Start(ctx, t, func(mgr manager.Manager, clientCache *clientcache.ClientCache, clusters []cluster.Cluster) error {
scheme = mgr.GetScheme()
logger = mgr.GetLogger()
return (&SecretSyncController{
Expand Down

0 comments on commit 686e8fc

Please sign in to comment.