diff --git a/tests/end_point_tests/endpoints.http b/tests/end_point_tests/endpoints.http index 06320daa..e392ecdb 100644 --- a/tests/end_point_tests/endpoints.http +++ b/tests/end_point_tests/endpoints.http @@ -17,9 +17,7 @@ GET http://localhost:9600/list_discussions POST http://localhost:9600/load_discussion Content-Type: application/json -{ - "id": 0 // Discussion ID Must be integer -} +{"id": 1} ############################################ ### Delete Discussion by ID ############################################