We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d78ad commit b98b7b9Copy full SHA for b98b7b9
services/dask-sidecar/tests/unit/test_utils_files.py
@@ -135,8 +135,8 @@ async def test_push_file_to_remote(
135
async def test_push_file_to_remote_s3_http_presigned_link(
136
s3_presigned_link_remote_file_url: AnyUrl,
137
s3_settings: S3Settings,
138
- bucket: str,
139
tmp_path: Path,
+ s3_bucket: str,
140
faker: Faker,
141
mocked_log_publishing_cb: mock.AsyncMock,
142
):
0 commit comments