We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b236cb7 commit e7aff48Copy full SHA for e7aff48
tests/test_pagination.py
@@ -18,9 +18,6 @@
18
class ClubspeedPaginationTest(ClubspeedBaseTest, unittest.TestCase):
19
"""Verify tap-clubspeed handles multi-page API responses correctly."""
20
21
- # Patch target: the requests.get used inside clubspeed.py
22
- PATCH_TARGET = "tap_clubspeed.clubspeed.requests.get"
23
-
24
def _make_pages(self, stream_name, key=None, page_sizes=None):
25
"""
26
Build a list of MockResponse objects for the given page sizes.
0 commit comments