Skip to content

Commit

Permalink
Update docs/book/src/cronjob-tutorial/testdata/project/internal/contr…
Browse files Browse the repository at this point in the history
…oller/suite_test.go

Co-authored-by: Camila Macedo <[email protected]>
  • Loading branch information
mateusoliveira43 and camilamacedo86 authored Dec 27, 2024
1 parent 6eb859b commit 54f79f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ var _ = BeforeSuite(func() {
ctx, cancel = context.WithCancel(context.TODO())

/*
The envtest environment is configured to load Custom Resource Definitions (CRDs) from the specified directory. This setup enables the test environment to recognize and interact with the custom resources defined by these CRDs.
The envtest environment is configured to load Custom Resource Definitions (CRDs) from the specified directory.
This setup enables the test environment to recognize and interact with the custom resources defined by these CRDs.
*/
By("bootstrapping test environment")
testEnv = &envtest.Environment{
Expand Down

0 comments on commit 54f79f7

Please sign in to comment.