Skip to content

Commit

Permalink
gc actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Mar 22, 2024
1 parent d6c0c4c commit f3cf986
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ var _ = BeforeSuite(func() {
}

var err error
// Expect that setting the environment variable succeeds
Expect(os.Setenv("SOURCE_NAMESPACE", "default")).To(Succeed())
Expect(err).NotTo(HaveOccurred())

// cfg is defined in this file globally.
cfg, err = testEnv.Start()
Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit f3cf986

Please sign in to comment.