Skip to content

Commit 1a48887

Browse files
committed
debug
On-behalf-of: @SAP [email protected]
1 parent db1573c commit 1a48887

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/utils/wait.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ package utils
1818

1919
import (
2020
"context"
21+
"fmt"
2122
"slices"
2223
"testing"
2324
"time"
@@ -58,6 +59,7 @@ func WaitForBoundAPI(t *testing.T, ctx context.Context, client ctrlruntimeclient
5859

5960
for _, binding := range apiBindings.Items {
6061
if bindingHasGVR(binding, gvr) {
62+
fmt.Printf("detected binding: %+v\n", binding)
6163
return true, nil
6264
}
6365
}

0 commit comments

Comments
 (0)