Fix test-config for DR, Champ, and Gizmo
[aai/test-config.git] / champ-service / dynamic / conf / champ-beans.xml
index 8abe258..c694694 100644 (file)
@@ -51,7 +51,7 @@
 
     <!-- Janus Implementation -->
     <bean id="graphBuilder" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl$Builder">
-        <constructor-arg value="<%= @CHAMP_GRAPH_NAME %>"/>
+        <constructor-arg value="aaigraph"/>
         <constructor-arg ref="props"/>
     </bean>
     <bean id="graphImpl" class="org.onap.aai.champjanus.graph.impl.JanusChampGraphImpl">
@@ -77,4 +77,4 @@
         <constructor-arg name="champDataService" ref="champDataService"/>
         <constructor-arg name="champAsyncRequestProcessor" ref="champAsyncRequestProcessor"/>
     </bean>
-</beans>
\ No newline at end of file
+</beans>