Skip to content

Commit

Permalink
fix shadowing ctx declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bortnikov <[email protected]>
  • Loading branch information
BROngineer committed Jan 6, 2025
1 parent 68239af commit 638f050
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/controller/management_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
package controller

import (
"context"
"fmt"
"time"

Expand All @@ -42,8 +41,6 @@ var _ = Describe("Management Controller", func() {
Context("When reconciling a resource", func() {
const resourceName = "test-resource"

ctx := context.Background()

typeNamespacedName := types.NamespacedName{
Name: resourceName,
Namespace: "default",
Expand Down

0 comments on commit 638f050

Please sign in to comment.