diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/testData.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/testData.json b/src/main/resources/testData.json index b495e75..24ac764 100644 --- a/src/main/resources/testData.json +++ b/src/main/resources/testData.json @@ -63,7 +63,10 @@ { "spec": "/users/5", "requestMethod": "GET", - "responseCode": "200" + "responseCode": "200", + "user": { + "id": "5" + } } ] } |