Skip to content

Commit

Permalink
Update HelloWorld-200.json
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho committed Aug 1, 2019
1 parent c68f3a0 commit d285e60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Mockaco/Mocks/HelloWorld-200.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"variables": {
"id": "<#= Faker.Random.Guid() #>"
},
"request": {
"method": "GET",
"route": "hello/{message}",
Expand All @@ -10,6 +7,9 @@
"response": {
"delay": <#= Faker.Random.Number(1, 5000) #>,
"status": "OK",
"headers": {
"X-Foo": "Bar"
},
"body": {
"id": "<#= Faker.Random.Guid() #>",
"message": "<#= Request.Route["message"] #>",
Expand All @@ -19,7 +19,7 @@
"existent body item": "<#= Request.Body["message"] #>",
"createdAt": <#= JsonConvert.SerializeObject(System.DateTime.Now) #>
},
"indented": true
"indented": false
},
"callback": {
"delay": 5000,
Expand Down

0 comments on commit d285e60

Please sign in to comment.