Skip to content

Commit

Permalink
Migrate to Ginko V2
Browse files Browse the repository at this point in the history
As seen in:
kubernetes-sigs/controller-runtime#1977

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
  • Loading branch information
ArangoGutierrez authored and yevgeny-shnaidman committed Feb 1, 2023
1 parent 585f0f0 commit 855dc7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ import (
// These tests use Ginkgo (BDD-style Go testing framework). Refer to
// http://onsi.github.io/ginkgo/ to learn more about Ginkgo.

//var cfg *rest.Config
// var cfg *rest.Config
var k8sClient client.Client
var testEnv *envtest.Environment

func TestAPIs(t *testing.T) {
RegisterFailHandler(Fail)

RunSpecs(t, "Controller Suite")
}

var _ = BeforeSuite(func() {
Expand Down

0 comments on commit 855dc7e

Please sign in to comment.