aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so/so_get_healthcheck.json
blob: 8f2171d37b7d76ed04a18a40999c1145840aa9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "request": {
        "method": "GET",
        "url": "/globalhealthcheck"
    },
    "response": {
        "status": 200,
        "jsonBody": {
            "bodyFileName": "so_healthcheck.xml"
        }
    }
}