Skip to content

Commit fa139a3

Browse files
committed
fixed tests
On-behalf-of: @SAP [email protected] Signed-off-by: Artem Shcherbatiuk <[email protected]>
1 parent 86b0ca6 commit fa139a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

listener/reconciler/kcp/reconciler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ func (r *KCPReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.R
113113
func (r *KCPReconciler) SetupWithManager(mgr ctrl.Manager) error {
114114
// Handle cases where the reconciler wasn't properly initialized (e.g., in tests)
115115
if r.apiBindingReconciler == nil {
116-
r.log.Debug().Msg("APIBinding reconciler not initialized, skipping controller setup")
117116
return nil
118117
}
119118

tests/gateway_test/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func (suite *CommonTestSuite) SetupTest() {
131131
require.NoError(suite.T(), err)
132132

133133
suite.runtimeClient, err = kcp.NewClusterAwareClientWithWatch(suite.restCfg, client.Options{
134-
Scheme: suite.testEnv.Scheme,
134+
Scheme: runtimeScheme,
135135
})
136136
require.NoError(suite.T(), err)
137137

0 commit comments

Comments
 (0)