diff options
author | akanshad <akansha.dua@amdocs.com> | 2019-03-28 14:27:01 +0530 |
---|---|---|
committer | akanshad <akansha.dua@amdocs.com> | 2019-03-29 10:06:51 +0530 |
commit | a5e02123aea6f24850470a3f54865cfed6540740 (patch) | |
tree | ff87310ce7dbd6f3beb78407cc1c8030151b41b7 /src/test/resources/karatetest/data/subscriber.json | |
parent | db00c26116449ef0a4a882811545fc5c2cb1d34f (diff) |
Test Cases & Modification of ExtApi Listener Implementation
Issue-ID: EXTAPI-204
Change-Id: I3526151c16c6fba111bec78635a32ffbed8d81b8
Signed-off-by: akanshad <akansha.dua@amdocs.com>
Diffstat (limited to 'src/test/resources/karatetest/data/subscriber.json')
-rw-r--r-- | src/test/resources/karatetest/data/subscriber.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/resources/karatetest/data/subscriber.json b/src/test/resources/karatetest/data/subscriber.json index 8fa7370..1853952 100644 --- a/src/test/resources/karatetest/data/subscriber.json +++ b/src/test/resources/karatetest/data/subscriber.json @@ -1,4 +1,5 @@ [ + { "callback": "http://localhost:8080/test", "query": "eventType = ServiceOrderCreationNotification" @@ -10,5 +11,9 @@ { "callback": "http://localhost/test", "query": "eventType=ServiceOrderItemStateChangeNotification" + }, + { + "callback": "http://localhost:8080/nbi/api/v3/test/listener", + "query": "eventType=ServiceOrderStateChangeNotification" } ]
\ No newline at end of file |