Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmiskiewicz committed Dec 12, 2024
1 parent 8b62781 commit b4c9f1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion internal/broker/bind_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ func prepareBindingEndpoint(t *testing.T, cfg BindingConfig) (*BindEndpoint, sto
log := slog.New(slog.NewTextHandler(os.Stdout, &slog.HandlerOptions{
Level: slog.LevelDebug,
}))
//// binding configuration

logs := logrus.New()
logs.SetLevel(logrus.DebugLevel)
Expand Down
2 changes: 0 additions & 2 deletions internal/broker/bind_envtest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ func TestCreateBinding(t *testing.T) {
}...).
Build()

fmt.Println(string(kbcfgFirst))

//// secret check in assertions
err = clientFirst.Create(context.Background(), &corev1.Secret{
ObjectMeta: v1.ObjectMeta{
Expand Down

0 comments on commit b4c9f1f

Please sign in to comment.