We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d74c5 commit fa0df21Copy full SHA for fa0df21
tests/unit/test_pageiterator.py
@@ -71,7 +71,8 @@ def test_no_paging_required():
71
try:
72
request.assert_not_called()
73
except AssertionError as e:
74
- raise AssertionError(f'method_calls={request.method_calls} call_args={request.call_args}')
+ raise AssertionError(f'method_calls={request.mock_calls} call_args={request.call_args_list}')
75
+
76
77
def test_paging_required(paging):
78
"""Requests should be made to retrieve additional pages."""
0 commit comments