Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Nov 9, 2023
1 parent 093ad48 commit 4e3b7df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/operator/controllers/genevalogging/genevalogging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,11 @@ func TestGenevaConfigMapResources(t *testing.T) {
}

r := &Reconciler{
log: logrus.NewEntry(logrus.StandardLogger()),
client: ctrlfake.NewClientBuilder().WithObjects(instance, scc).Build(),
AROController: base.AROController{
Log: logrus.NewEntry(logrus.StandardLogger()),
Client: ctrlfake.NewClientBuilder().WithObjects(instance, scc).Build(),
Name: ControllerName,
},
}

out, err := r.resources(context.Background(), instance, []byte{}, []byte{})
Expand Down

0 comments on commit 4e3b7df

Please sign in to comment.