File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -628,6 +628,7 @@ public function get_sequence_subscriptions(
628
628
endpoint: sprintf ('sequences/%s/subscribers ' , $ sequence_id ),
629
629
args: $ this ->build_total_count_and_pagination_params (
630
630
params: $ options ,
631
+ include_total_count: $ include_total_count ,
631
632
after_cursor: $ after_cursor ,
632
633
before_cursor: $ before_cursor ,
633
634
per_page: $ per_page
Original file line number Diff line number Diff line change @@ -1260,7 +1260,7 @@ public function testGetSequenceSubscriptions()
1260
1260
*
1261
1261
* @return void
1262
1262
*/
1263
- public function testGetSequencesWithTotalCount ()
1263
+ public function testGetSequenceSubscriptionsWithTotalCount ()
1264
1264
{
1265
1265
$ result = $ this ->api ->get_sequence_subscriptions (
1266
1266
sequence_id: $ _ENV ['CONVERTKIT_API_SEQUENCE_ID ' ],
@@ -2057,8 +2057,8 @@ public function testGetTagSubscriptionsWithTotalCount()
2057
2057
include_total_count: true
2058
2058
);
2059
2059
2060
- // Assert tags and pagination exist.
2061
- $ this ->assertDataExists ($ result , 'tags ' );
2060
+ // Assert subscribers and pagination exist.
2061
+ $ this ->assertDataExists ($ result , 'subscribers ' );
2062
2062
$ this ->assertPaginationExists ($ result );
2063
2063
2064
2064
// Assert total count is included.
You can’t perform that action at this time.
0 commit comments