From b4fccf29a9a9be4107ccfab7bb602a2b82a16a62 Mon Sep 17 00:00:00 2001 From: Jiakai Li <50531391+jiakai-li@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:03:39 +1300 Subject: [PATCH] Update tests/io/test_pyarrow.py Co-authored-by: Kevin Liu --- tests/io/test_pyarrow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/io/test_pyarrow.py b/tests/io/test_pyarrow.py index 9f83eea33..05417f149 100644 --- a/tests/io/test_pyarrow.py +++ b/tests/io/test_pyarrow.py @@ -2080,7 +2080,7 @@ def test__to_requested_schema_timestamps_without_downcast_raises_exception( def test_pyarrow_file_io_fs_by_scheme_cache() -> None: pyarrow_file_io = PyArrowFileIO() - us_east_1_region = "us-eas1-1" + us_east_1_region = "us-east-1" ap_southeast_2_region = "ap-southeast-2" with patch("pyarrow.fs.resolve_s3_region") as mock_s3_region_resolver: