aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/karatetest/data/subscriber.json
blob: 8fa7370603d094b2b0951022414669f705b67b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "callback": "http://localhost:8080/test",
    "query": "eventType = ServiceOrderCreationNotification"
  },
  {
    "callback": "http://localhost/test",
    "query": "eventType=ServiceOrderStateChangeNotification"
  },
  {
    "callback": "http://localhost/test",
    "query": "eventType=ServiceOrderItemStateChangeNotification"
  }
]