Skip to content

Commit e7aff48

Browse files
committed
Addressed comments
1 parent b236cb7 commit e7aff48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_pagination.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
class ClubspeedPaginationTest(ClubspeedBaseTest, unittest.TestCase):
1919
"""Verify tap-clubspeed handles multi-page API responses correctly."""
2020

21-
# Patch target: the requests.get used inside clubspeed.py
22-
PATCH_TARGET = "tap_clubspeed.clubspeed.requests.get"
23-
2421
def _make_pages(self, stream_name, key=None, page_sizes=None):
2522
"""
2623
Build a list of MockResponse objects for the given page sizes.

0 commit comments

Comments
 (0)