Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 33709b1

Browse files
committed
fix dbapi cursor tests
1 parent cb4f301 commit 33709b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/test_dbapi_cursor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def _mock_rows(
161161
mock_rows,
162162
)
163163
mock_rows.max_results = None
164+
mock_rows.page_size = None
164165
type(mock_rows).job_id = mock.PropertyMock(return_value="test-job-id")
165166
type(mock_rows).location = mock.PropertyMock(return_value="test-location")
166167
type(mock_rows).num_dml_affected_rows = mock.PropertyMock(

0 commit comments

Comments
 (0)