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

Commit 5bec107

Browse files
committed
fixed system test
1 parent 05c1be6 commit 5bec107

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/system/v2_client/test_data_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,6 @@ def test_table_read_rows_retry_timeout_mid_stream(
920920
rows_data = data_table_read_rows_retry_tests.read_rows(
921921
retry=DEFAULT_RETRY_READ_ROWS.with_deadline(10.0)
922922
)
923-
pytest.fail(str(type(rows_data._generator)))
924923
with pytest.raises(exceptions.RetryError):
925924
rows_data.consume_all()
926925

0 commit comments

Comments
 (0)