Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnote committed Aug 11, 2024
1 parent 15e8e73 commit 8facb36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/controller/configmap_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ func TestConfigMapReconciler_SetupWithManager(t *testing.T) {

for i, tc := range testCases {
t.Run(tester.Name(i, tc.name), func(t *testing.T) {
t.Log("hello")
t.Setenv("CONTROLLER_NAMESPACE", tc.namespaceEnv)
t.Log("world")

reconciler := &ConfigMapReconciler{
Client: newFakeClient(tc.objects...),
Expand Down

0 comments on commit 8facb36

Please sign in to comment.