diff options
Diffstat (limited to 'policy-endpoints/src/test/resources')
-rw-r--r-- | policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json index 3402a524..9c8d78e5 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json @@ -8,13 +8,13 @@ "recentEvents" : [ ], "alive" : false, "locked" : false, - "apiKey" : null, - "apiSecret" : null, + "apiKey" : "my-api-key", + "apiSecret" : "my-api-secret", "useHttps" : true, "allowSelfSignedCerts" : true, "consumerGroup" : "${obj.topicSources[0].consumerGroup}", "consumerInstance" : "${obj.topicSources[0].consumerInstance}", - "fetchTimeout" : 15000, + "fetchTimeout" : 101, "fetchLimit" : 100, "topicCommInfrastructure" : "UEB" }, { @@ -49,8 +49,8 @@ "recentEvents" : [ ], "alive" : false, "locked" : false, - "apiKey" : null, - "apiSecret" : null, + "apiKey" : "my-api-key", + "apiSecret" : "my-api-secret", "useHttps" : true, "allowSelfSignedCerts" : true, "topicCommInfrastructure" : "UEB", |