X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Ftest%2Fjava%2Forg%2Foransc%2Fric%2Fportal%2Fdashboard%2Fconfig%2FAppManagerMockConfiguration.java;h=ba84fd4fa5ca91d15df369d7f9c28be848d8c7cc;hb=a16f2d04fa1af4fe1ea993133a1d106e7fa1da3d;hp=32de4df11fb7e859afc007c04e77950661e687a0;hpb=74b6495875f5654013a5bda7ba3e720f27d0f327;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/AppManagerMockConfiguration.java b/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/AppManagerMockConfiguration.java index 32de4df1..ba84fd4f 100644 --- a/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/AppManagerMockConfiguration.java +++ b/webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/config/AppManagerMockConfiguration.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,8 +52,8 @@ import org.springframework.http.HttpStatus; * Creates an implementation of the xApp manager client that answers requests * with mock data. */ -@Profile("test") @Configuration +@Profile("test") public class AppManagerMockConfiguration { private static final Logger logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); @@ -69,7 +69,7 @@ public class AppManagerMockConfiguration { public AppManagerMockConfiguration() { logger.info("Configuring mock xApp Manager"); - final String[] appNames = { "AdmissionControl", "Automatic Neighbor Relation", "Dual Connectivity" }; + final String[] appNames = { "AdmissionControl", "UE Event Collector" }; final String configJson = " { \"config\" : \"example\" }"; final String descriptorJson = " { \"descriptor\" : \"example\" }"; allXappConfigs = new AllXappConfig();