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(
628628 endpoint: sprintf ('sequences/%s/subscribers ' , $ sequence_id ),
629629 args: $ this ->build_total_count_and_pagination_params (
630630 params: $ options ,
631+ include_total_count: $ include_total_count ,
631632 after_cursor: $ after_cursor ,
632633 before_cursor: $ before_cursor ,
633634 per_page: $ per_page
Original file line number Diff line number Diff line change @@ -1260,7 +1260,7 @@ public function testGetSequenceSubscriptions()
12601260 *
12611261 * @return void
12621262 */
1263- public function testGetSequencesWithTotalCount ()
1263+ public function testGetSequenceSubscriptionsWithTotalCount ()
12641264 {
12651265 $ result = $ this ->api ->get_sequence_subscriptions (
12661266 sequence_id: $ _ENV ['CONVERTKIT_API_SEQUENCE_ID ' ],
@@ -2057,8 +2057,8 @@ public function testGetTagSubscriptionsWithTotalCount()
20572057 include_total_count: true
20582058 );
20592059
2060- // Assert tags and pagination exist.
2061- $ this ->assertDataExists ($ result , 'tags ' );
2060+ // Assert subscribers and pagination exist.
2061+ $ this ->assertDataExists ($ result , 'subscribers ' );
20622062 $ this ->assertPaginationExists ($ result );
20632063
20642064 // Assert total count is included.
You can’t perform that action at this time.
0 commit comments