Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in mmock/config/crud/users-get.json #83

Closed
Carsak opened this issue May 23, 2019 · 1 comment
Closed

Typo in mmock/config/crud/users-get.json #83

Carsak opened this issue May 23, 2019 · 1 comment

Comments

@Carsak
Copy link

Carsak commented May 23, 2019

typo in

"body": "{\"id\":\"{{request.path.userid}}\",\"name\":\"Leanne Graham\",\"username\":\"Bret\",\"email\": \"Sincere@april.biz\",\"address\":{\"street\": \"Kulas Light\",\"suite\": \"Apt. 556\",\"city\": \"Gwenborough\",\"zipcode\": \"92998-3874\"}}}"

Must be:
"body": "{"id":"{{request.path.userid}}","name":"Leanne Graham","username":"Bret","email": "Sincere@april.biz","address":{"street": "Kulas Light","suite": "Apt. 556","city": "Gwenborough","zipcode": "92998-3874"}}"

Remove 1 brace in the end

@jmartin82
Copy link
Owner

You are completely right!

Fixed: 7e3041d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants