Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnote committed Aug 11, 2024
1 parent db60649 commit 71b7ec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/controller/ingress_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ func TestSetupWithManager(t *testing.T) {
RulesStore: mockRulesStore,
}

mgr := newFakeManager()
err := reconciler.SetupWithManager(mgr)
err := reconciler.SetupWithManager(newFakeManager())
assert.NoError(t, err)
}

Expand Down

0 comments on commit 71b7ec6

Please sign in to comment.