Skip to content

Commit b98b7b9

Browse files
committed
fix
1 parent b9d78ad commit b98b7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/dask-sidecar/tests/unit/test_utils_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ async def test_push_file_to_remote(
135135
async def test_push_file_to_remote_s3_http_presigned_link(
136136
s3_presigned_link_remote_file_url: AnyUrl,
137137
s3_settings: S3Settings,
138-
bucket: str,
139138
tmp_path: Path,
139+
s3_bucket: str,
140140
faker: Faker,
141141
mocked_log_publishing_cb: mock.AsyncMock,
142142
):

0 commit comments

Comments
 (0)