Informatievlaanderen / VSDS-LDES-E2E-testing

End-to-end tests and tooling needed for testing LDES components build as part of VSDS
European Union Public License 1.2
5 stars 2 forks source link

LDES client sink DELETE method on /member endpoint doesn't return a JSON #42

Closed Krieke closed 2 years ago

Krieke commented 2 years ago

This was tested on the GitHub commit tag: c1cdb4ffb147f294483268450397dbdf550b3bb5

https://github.com/Informatievlaanderen/VSDS-LDES-E2E-testing/tree/main/ldes-client-sink#delete-member----remove-all-members The documentation mentions that on a DELETE method request to the /member endpoint the LDES client sink should respond with a JSON containing a property named count with a property value of X.

Nothing is returned, but the members are deleted after checking the members content.

The steps to reproduce:

Krieke commented 2 years ago

Issue can be closed because I was refering to the README.md on latest iso the commit tags which I was using to validate.