diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/testData.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main/resources/testData.json b/src/main/resources/testData.json index f3fc4ca..6403d5b 100644 --- a/src/main/resources/testData.json +++ b/src/main/resources/testData.json @@ -3,12 +3,10 @@ { "steps": [ { - "requestMethod": "GET", - "responseCode": "200" + "requestMethod": "GET" }, { "requestMethod": "GET", - "responseCode": "200", "post": { "id": "99", "userId": "10", @@ -18,7 +16,6 @@ }, { "requestMethod": "GET", - "responseCode": "404", "isResponseBodyEmpty": "true", "post": { "id": "150" @@ -26,14 +23,12 @@ }, { "requestMethod": "POST", - "responseCode": "201", "post": { "userId": "1" } }, { "requestMethod": "GET", - "responseCode": "200", "user": { "id": "5", "name": "Chelsey Dietrich", @@ -60,7 +55,6 @@ }, { "requestMethod": "GET", - "responseCode": "200", "user": { "id": "5" } |