We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b86ce commit d807ba7Copy full SHA for d807ba7
tests/integration/IntegrationTest.php
@@ -1532,7 +1532,7 @@ public function testQueryThreadsWithFilter()
1532
1533
// Query threads with filter
1534
$response = $this->client->queryThreads(
1535
- ["parent_id" => ['$eq' => $parentMessage["message"]["id"]]],
+ ["parent_message_id" => ['$eq' => $parentMessage["message"]["id"]]],
1536
null,
1537
["user_id" => $this->user1["id"]]
1538
);
0 commit comments