summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/testdata/tests/system-test/wrong-null-value.json
blob: ea78357c99e4a6c24ca84e77b340d46be6589100 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "steps": [
        {
            "response": {
                "body": {
                    "boot": null
                }
            }
        }
    ]
}