From 1b9c21a6239997f55e133a28a159892af2bac6a0 Mon Sep 17 00:00:00 2001 From: shalberd <21118431+shalberd@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:43:29 +0200 Subject: [PATCH] fix --- components/odh-notebook-controller/controllers/suite_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/odh-notebook-controller/controllers/suite_test.go b/components/odh-notebook-controller/controllers/suite_test.go index 1c8e9b04178..3693d9b7c6b 100644 --- a/components/odh-notebook-controller/controllers/suite_test.go +++ b/components/odh-notebook-controller/controllers/suite_test.go @@ -69,8 +69,6 @@ const ( odhNotebookControllerTestNamespace = opendatahub ) -using some odh-notebook-controller-system-test-namespace constant for the tests. - func TestAPIs(t *testing.T) { RegisterFailHandler(Fail) RunSpecs(t, "Controller Suite")