X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Fappmgr%2Fdesc_test.go;fp=cmd%2Fappmgr%2Fdesc_test.go;h=a49836bbd3fb2293fb26309ad895a6ab91f413bd;hb=9135751d00d9526d3dc7aae273f5b25900ca21de;hp=bd4a3f3fe0c01de14f617cdff2e2702c999d62c8;hpb=d732b871ab1dccaf9ef5311dede522879193b45e;p=ric-plt%2Fappmgr.git diff --git a/cmd/appmgr/desc_test.go b/cmd/appmgr/desc_test.go index bd4a3f3..a49836b 100755 --- a/cmd/appmgr/desc_test.go +++ b/cmd/appmgr/desc_test.go @@ -118,6 +118,10 @@ func (cm *MockedConfigMapper) GetNamespace(ns string) (n string) { return } +func (cm *MockedConfigMapper) GetNamesFromHelmRepo() (names []string) { + return +} + // Test cases func TestGetMessages(t *testing.T) { cm := ConfigMap{}