hedgedoc/test/public-api
David Mehren 9da1a88e74
Note E2E tests: Set a non-JSON content-type to avoid Nest trying to parse markdown to JSON.
Nest automatically tries to parse incoming requests with application/json as content-type and responds with HTTP 400 if the parsing fails. As our test-note-content is not valid JSON, we need to set another content-type.

Signed-off-by: David Mehren <git@herrmehren.de>
2020-09-25 21:37:39 +02:00
..
notes.e2e-spec.ts Note E2E tests: Set a non-JSON content-type to avoid Nest trying to parse markdown to JSON. 2020-09-25 21:37:39 +02:00