Add a new API to return the list of undeployed xApps
[ric-plt/appmgr.git] / cmd / appmgr / desc_test.go
index bd4a3f3..a49836b 100755 (executable)
@@ -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{}