diff options
author | romaingimbert <romain.gimbert@orange.com> | 2019-01-31 13:36:07 +0100 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2019-01-31 13:39:01 +0100 |
commit | cd65ca359cee4d5c46ca61df2c4d022f15ec08b6 (patch) | |
tree | 4aa83a80fe04038afe153bfbe153daefbd855102 /src/test/resources/karatetest/data/subscriber.json | |
parent | cf9e2869aaff92b58fb1806b2403a6790d62a709 (diff) |
multiple identical hub
-change hubresource
-add test
Change-Id: Ibb8ef363b84d9bcff83b1786cf7547a7660f957e
Issue-ID: EXTAPI-187
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'src/test/resources/karatetest/data/subscriber.json')
-rw-r--r-- | src/test/resources/karatetest/data/subscriber.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/resources/karatetest/data/subscriber.json b/src/test/resources/karatetest/data/subscriber.json index e7c08ad..8fa7370 100644 --- a/src/test/resources/karatetest/data/subscriber.json +++ b/src/test/resources/karatetest/data/subscriber.json @@ -1,16 +1,13 @@ [ { - "id": "id", "callback": "http://localhost:8080/test", "query": "eventType = ServiceOrderCreationNotification" }, { - "id": "id", "callback": "http://localhost/test", "query": "eventType=ServiceOrderStateChangeNotification" }, { - "id": "id", "callback": "http://localhost/test", "query": "eventType=ServiceOrderItemStateChangeNotification" } |