matryer / silk

Markdown based document-driven RESTful API testing.
http://silktest.org/
GNU General Public License v2.0
942 stars 69 forks source link

asserts for the body fails #13

Closed oren closed 8 years ago

oren commented 8 years ago

https://github.com/oren/mdd/blob/master/api.md

the above server sends 'ok' in the body but the test fails. any idea why?

oren commented 8 years ago

it was the new line. switching to Fprintf solved it.