Commit 0b101a8
Fix pagination test for conversations with API v2.14
The conversations pagination test was failing because it relied on
pre-existing conversations in the test account. When the default
Intercom API version was bumped from 2.11 to 2.14 in v7.0.0, the API
returned fewer conversations, causing the test to fail.
This fix adds a setup function that creates 2 test conversations
before running the pagination test, making the test reliable
regardless of the API version or existing data in the test account.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 54865c0 commit 0b101a8
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
52 | 69 | | |
53 | 70 | | |
54 | 71 | | |
| |||
0 commit comments