From f44cd8dc98e064d636d6342c2d78fb74ef6ebe35 Mon Sep 17 00:00:00 2001 From: saloui Date: Thu, 29 Jun 2023 16:20:38 +0200 Subject: [PATCH] updated --- tests/end_point_tests/endpoints.http | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ############################################