Skip to content

Commit

Permalink
Update EntryCest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- authored Apr 2, 2024
1 parent 2d830a6 commit 7312533
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/codeception/api/EntryCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

class EntryCest extends HumHubApiTestCest
{
/*
public function testListByConversationId(ApiTester $I)
{
if (!$this->isRestModuleEnabled()) {
Expand All @@ -16,13 +15,13 @@ public function testListByConversationId(ApiTester $I)

$I->wantTo('see entries of the conversation by id');
$I->amAdmin();
sleep(10);
$I->seePaginationGetResponse('mail/3/entries', [
['id' => 4, 'content' => 'Third Message entry text 1.', 'user_id' => 1],
['id' => 5, 'content' => 'Third Message entry text 2.', 'user_id' => 2],
['id' => 6, 'content' => 'Third Message entry text 3.', 'user_id' => 3],
]);
}
*/

public function testGetById(ApiTester $I)
{
Expand Down

0 comments on commit 7312533

Please sign in to comment.