Skip to content

Commit d723acd

Browse files
authored
Restore accidentally deleted test code (#270)
Signed-off-by: Andy Goldstein <[email protected]>
1 parent 7e43c32 commit d723acd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/manager/namespace_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ var _ = Describe("ConfigureWatchNamespaces", func() {
9191
By("configuring WATCH_NAMESPACE with empty string")
9292
Expect(os.Setenv(WatchNamespaceEnvVar, "")).To(Succeed())
9393

94+
By("configuring WATCH_NAMESPACE with the namespaces of the watched pods")
95+
ConfigureWatchNamespaces(&opts, log)
96+
9497
By("creating the manager")
9598
mgr, err := manager.New(cfg, opts)
9699
Expect(err).ToNot(HaveOccurred())

0 commit comments

Comments
 (0)