<RIC-340><RIC-317> Automation for setup failure and update gnb
[ric-plt/e2mgr.git] / E2Manager / managers / kubernetes_manager_test.go
index 0f207ed..0b6a568 100644 (file)
@@ -20,6 +20,7 @@
 
 package managers
 
+
 import (
        "e2mgr/configuration"
        "e2mgr/logger"
@@ -44,7 +45,7 @@ func initKubernetesManagerTest(t *testing.T) *KubernetesManager {
                t.Errorf("#... - failed to initialize logger, error: %s", err)
        }
        config := &configuration.Configuration{}
-       config.Kubernetes.Namespace = "oran"
+       config.Kubernetes.KubeNamespace = "oran"
        config.Kubernetes.ConfigPath = "somePath"
 
        kubernetesManager := NewKubernetesManager(logger, config)
@@ -147,4 +148,4 @@ func pod(namespace, image string) *v1.Pod {
                        Annotations: map[string]string{},
                },
        }
-}
+}
\ No newline at end of file