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) {