From 70596e26a7c0d4726c69c9b166c8f223cf620d93 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Mon, 25 Nov 2024 15:15:11 -0600 Subject: [PATCH] One more --- tests/geospatial/test_cloud_optimize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/geospatial/test_cloud_optimize.py b/tests/geospatial/test_cloud_optimize.py index 9d9e0c3411..2bc52c57c5 100644 --- a/tests/geospatial/test_cloud_optimize.py +++ b/tests/geospatial/test_cloud_optimize.py @@ -19,4 +19,4 @@ def test_cloud_optimize( with setup_benchmark( **scale_kwargs[scale], **cluster_kwargs ) as benchmark: # noqa: F841 - benchmark(cloud_optimize, scale, s3fs=s3, storage_url=s3_url) + benchmark(cloud_optimize, scale, fs=s3, storage_url=s3_url)