diff options
Diffstat (limited to 'services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json')
-rw-r--r-- | services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json b/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json index 9686f91a2..7aff1df6c 100644 --- a/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json +++ b/services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json @@ -25,14 +25,14 @@ }, "topicParameterGroup": { "topicSources" : [{ - "topic" : "POLICY-PDP-PAP", + "topic" : "policy-pdp-pap", "servers" : [ "localhost:6845" ], - "topicCommInfrastructure" : "dmaap" + "topicCommInfrastructure" : "noop" }], "topicSinks" : [{ - "topic" : "POLICY-PDP-PAP", + "topic" : "policy-pdp-pap", "servers" : [ "localhost:6845" ], - "topicCommInfrastructure" : "dmaap" + "topicCommInfrastructure" : "noop" }] } }
\ No newline at end of file |