Skip to content

Commit

Permalink
fix suite panic
Browse files Browse the repository at this point in the history
Signed-off-by: liucongran <[email protected]>
  • Loading branch information
crliu3227 committed Feb 19, 2025
1 parent efb1063 commit e7a88a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sriov-network-operator-config-cleanup/cleanup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func newConfigController() *configController {
Scheme: k8sManager.GetScheme(),
PlatformHelper: platformHelper,
FeatureGate: featuregate.New(),
KubeClient: k8sClient,
}).SetupWithManager(k8sManager)
Expect(err).ToNot(HaveOccurred())

Expand Down
1 change: 1 addition & 0 deletions controllers/sriovoperatorconfig_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ var _ = Describe("SriovOperatorConfig controller", Ordered, func() {
Scheme: k8sManager.GetScheme(),
PlatformHelper: platformHelper,
FeatureGate: featuregate.New(),
KubeClient: k8sClient,
}).SetupWithManager(k8sManager)
Expect(err).ToNot(HaveOccurred())

Expand Down

0 comments on commit e7a88a3

Please sign in to comment.