Skip to content

Commit f37248b

Browse files
committed
fix unit test
1 parent 1bbd513 commit f37248b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/clusteraccess/clusteraccess.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ func NewClusterAccessManager(platformClusterClient client.Client, controllerName
323323
return &managerImpl{
324324
platformClusterClient: platformClusterClient,
325325
controllerName: controllerName,
326+
controllerNamespace: controllerNamespace,
326327
timeout: 5 * time.Minute,
327328
interval: 10 * time.Second,
328329
log: nil, // Default to no logging

0 commit comments

Comments
 (0)