Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 40fb03d

Browse files
Print fetch.
1 parent 5fe40aa commit 40fb03d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/secretscope_controller_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ var _ = Describe("SecretScope Controller", func() {
112112
k8sClient.Get(context.Background(), key, fetched)
113113

114114
fmt.Println(fetched.IsSubmitted())
115+
fmt.Println(fetched)
115116

116117
Eventually(func() bool {
117118
k8sClient.Get(context.Background(), key, fetched)

0 commit comments

Comments
 (0)