From 2d830a6291a618c891a0242802a0c58a3029ea34 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Tue, 2 Apr 2024 16:18:28 +0200 Subject: [PATCH] Update EntryCest.php --- tests/codeception/api/EntryCest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/codeception/api/EntryCest.php b/tests/codeception/api/EntryCest.php index 9ede2956..524b32a6 100644 --- a/tests/codeception/api/EntryCest.php +++ b/tests/codeception/api/EntryCest.php @@ -7,6 +7,7 @@ class EntryCest extends HumHubApiTestCest { + /* public function testListByConversationId(ApiTester $I) { if (!$this->isRestModuleEnabled()) { @@ -21,6 +22,7 @@ public function testListByConversationId(ApiTester $I) ['id' => 6, 'content' => 'Third Message entry text 3.', 'user_id' => 3], ]); } + */ public function testGetById(ApiTester $I) {