summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorMavlushechka <mavlushechka@gmail.com>2022-10-04 21:17:05 +0500
committerMavlushechka <mavlushechka@gmail.com>2022-10-04 21:17:05 +0500
commit4495c73482a9fb3bdb87a75816974602e833278e (patch)
treead73827470707ecb985b912755f8ab869d6e8abc /src/main/resources
parent50832a0a76f3b4d9c7022df699e212f9b1785262 (diff)
Create RequestMethod enum
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/testData.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/resources/testData.json b/src/main/resources/testData.json
index 6403d5b..b0e3aca 100644
--- a/src/main/resources/testData.json
+++ b/src/main/resources/testData.json
@@ -3,10 +3,8 @@
{
"steps": [
{
- "requestMethod": "GET"
},
{
- "requestMethod": "GET",
"post": {
"id": "99",
"userId": "10",
@@ -15,20 +13,17 @@
}
},
{
- "requestMethod": "GET",
"isResponseBodyEmpty": "true",
"post": {
"id": "150"
}
},
{
- "requestMethod": "POST",
"post": {
"userId": "1"
}
},
{
- "requestMethod": "GET",
"user": {
"id": "5",
"name": "Chelsey Dietrich",
@@ -54,7 +49,6 @@
}
},
{
- "requestMethod": "GET",
"user": {
"id": "5"
}