Commit 84b8be92 authored by Jacek Furmankiewicz's avatar Jacek Furmankiewicz

minor test fixes

parent 03daee09
......@@ -208,7 +208,7 @@ total: 4443.52
Examples:
| content | accept | code |
| [{"test1": "Test1"}, {"test2": "Test2"}] | application/json | 200 | # not supported yet
| <list><item><test1>Test1</test1></item><item><test2>Test2</test2></item></list> | application/xml | 200 | # not supported yet
| - {test1: Test1}\n- {test2: Test2} | text/yaml | 200 | # not supported yet
| [{"test1": "Test1"}, {"test2": "Test2"}] | application/json | 200 |
| <list><item><test1>Test1</test1></item><item><test2>Test2</test2></item></list> | application/xml | 200 |
| - {test1: Test1}\n- {test2: Test2} | text/yaml | 200 |
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment