diff --git a/cmd/thv-operator/test-integration/mcp-external-auth/suite_test.go b/cmd/thv-operator/test-integration/mcp-external-auth/suite_test.go index 7c2fdc4bc..8a3d9f989 100644 --- a/cmd/thv-operator/test-integration/mcp-external-auth/suite_test.go +++ b/cmd/thv-operator/test-integration/mcp-external-auth/suite_test.go @@ -45,7 +45,7 @@ func TestControllers(t *testing.T) { reporterConfig.VeryVerbose = false reporterConfig.FullTrace = false - RunSpecs(t, "MCPExternalAuthConfig Controller Suite", suiteConfig, reporterConfig) + RunSpecs(t, "MCPExternalAuthConfig Controller Integration Test Suite", suiteConfig, reporterConfig) } var _ = BeforeSuite(func() { diff --git a/cmd/thv-operator/test-integration/mcp-group/suite_test.go b/cmd/thv-operator/test-integration/mcp-group/suite_test.go index c3327f2b1..cbfb64b27 100644 --- a/cmd/thv-operator/test-integration/mcp-group/suite_test.go +++ b/cmd/thv-operator/test-integration/mcp-group/suite_test.go @@ -46,7 +46,7 @@ func TestControllers(t *testing.T) { reporterConfig.VeryVerbose = false reporterConfig.FullTrace = false - RunSpecs(t, "MCPGroup Controller Integration Suite", suiteConfig, reporterConfig) + RunSpecs(t, "MCPGroup Controller Integration Test Suite", suiteConfig, reporterConfig) } var _ = BeforeSuite(func() { diff --git a/cmd/thv-operator/test-integration/mcp-registry/suite_test.go b/cmd/thv-operator/test-integration/mcp-registry/suite_test.go index dc13bf386..177e8d0cb 100644 --- a/cmd/thv-operator/test-integration/mcp-registry/suite_test.go +++ b/cmd/thv-operator/test-integration/mcp-registry/suite_test.go @@ -42,7 +42,7 @@ func TestOperatorE2E(t *testing.T) { //nolint:paralleltest // E2E tests should n reporterConfig.VeryVerbose = false reporterConfig.FullTrace = false - RunSpecs(t, "Operator E2E Suite", suiteConfig, reporterConfig) + RunSpecs(t, "MCPRegistry Controller Integration Test Suite", suiteConfig, reporterConfig) } var _ = BeforeSuite(func() { diff --git a/cmd/thv-operator/test-integration/mcp-server/suite_test.go b/cmd/thv-operator/test-integration/mcp-server/suite_test.go index da4dd8f7b..f2b48e711 100644 --- a/cmd/thv-operator/test-integration/mcp-server/suite_test.go +++ b/cmd/thv-operator/test-integration/mcp-server/suite_test.go @@ -48,7 +48,7 @@ func TestControllers(t *testing.T) { reporterConfig.VeryVerbose = false reporterConfig.FullTrace = false - RunSpecs(t, "Controller Suite", suiteConfig, reporterConfig) + RunSpecs(t, "MCPServer Controller Integration Test Suite", suiteConfig, reporterConfig) } var _ = BeforeSuite(func() {