Skip to content

Commit 5195a81

Browse files
unit test fix
1 parent 939b782 commit 5195a81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/node/node_controller_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ func filterInformerActions(actions []core.Action) []core.Action {
264264
action.Matches("watch", "machineosbuilds") ||
265265
action.Matches("list", "machineosconfigs") ||
266266
action.Matches("watch", "machineosconfigs") ||
267+
action.Matches("get", "machineconfignodes") ||
267268
action.Matches("list", "machineconfignodes") ||
268269
action.Matches("watch", "machineconfignodes")) {
269270
continue

0 commit comments

Comments
 (0)