Skip to content

Commit 47382cb

Browse files
committed
Update region
1 parent afe1899 commit 47382cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyarrow/tests/test_fs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ def test_s3fs_wrong_region():
14731473
if 'NETWORK_CONNECTION' in str(exc.value):
14741474
return
14751475

1476-
fs = S3FileSystem(region='us-east-2', anonymous=True)
1476+
fs = S3FileSystem(region='us-east-1', anonymous=True)
14771477
fs.get_file_info("arrow-datasets")
14781478

14791479

0 commit comments

Comments
 (0)