You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't validate. Expected body Content-Type is application/json but body is not a parseable JSON: Parse error on line 12: ...ame": "Россия", }, "timezone": { ----------------------^ Expecting 'STRING', got '}'
what's wrongs?
The text was updated successfully, but these errors were encountered:
It is a strange sounding error, but actually it is caused by the trailing , at the end of "name": "Россия",in the apiary json. If you try to validate the apiary json in http://jsonlint.com/ you'll get the same error.
This is basic Dredd functionality - to show differences and issues with JSON. The error does need to be more clear. I hope we can address this somehow once we're improving the CLI output.
Hello, i try test API and have strange error
my json output
and in formated
My apiary json
and apiary say me after test
what's wrongs?
The text was updated successfully, but these errors were encountered: