aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/karatetest/data/subscriber.json
blob: 5fceb9fc81cc6c6c9f3eebee72614df8d57d96e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[

  {
    "callback": "http://localhost:8080/test",
    "query": "eventType = ServiceOrderCreationNotification"
  },
  {
    "callback": "http://localhost/test",
    "query": "eventType=ServiceOrderStateChangeNotification"
  },
  {
    "callback": "http://localhost/test",
    "query": "eventType=ServiceOrderItemStateChangeNotification"
  }
]